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

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

问题描述

当前,我使用Neo4j 2.2.0-RC01.默认情况下,它具有基本的Auth启用.如何在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天全站免登陆