如何在 Neo4j 2.2.0-RC01 上禁用基本身份验证 [英] How to disable Basic Auth on Neo4j 2.2.0-RC01

查看:10
本文介绍了如何在 Neo4j 2.2.0-RC01 上禁用基本身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前我使用 Neo4j 2.2.0-RC01.它默认启用基本身份验证.如何在 Neo4j 2.2.0-RC01 上禁用默认的基本身份验证?

Currently I use Neo4j 2.2.0-RC01. It has basic Auth enable as default. How can I disable the default Basic Auth on Neo4j 2.2.0-RC01?

推荐答案

在文件 conf/neo4j-server.properties 中,将 dbms.security.auth_enabled 更改为 false 并重新启动 Neo4j:

In file conf/neo4j-server.properties, change the dbms.security.auth_enabled to false and restart Neo4j:

# Require (or disable the requirement of) auth to access Neo4j
dbms.security.auth_enabled=false

这篇关于如何在 Neo4j 2.2.0-RC01 上禁用基本身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆