Neo4j turn off and turn on password access

Source: Internet
Author: User
Tags neo4j

This example: neo4j-enterprise-2.3.1 version

neo4j default installation is to turn on access password authentication

You can find that the Neo4j-server.properties configuration file under conf/

# Require (or disable the requirement of) auth to access neo4jdbms.security.auth_enabled=true

True: Security authentication is enabled on behalf of Access

To false means that the data is accessed without serious

Open the following webserver for external IP and port access

# http port (for all data, administrative, and UI access)org.neo4j.server.webserver.port=7474  Org.neo4j.server.webserver.address=0.0.0.0

Used in Java programs (mainly spring data neo4j for example: 4.1.2.RELEASE)

Connection with authentication

driver=org.neo4j.ogm.drivers.http.driver.HttpDriverURI=http://user name: Password @ip address: 7474

Without validation

driver=Org.neo4j.ogm.drivers.http.driver.HttpDriverURI=http://ip Address: 7474

Spring Data neo4j use: http://projects.spring.io/spring-data-neo4j/

Https://github.com/neo4j-examples/sdn4-university

Neo4j turn off and turn on password access

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.