Skip to content

Commit

Permalink
Fix typo in default setting value in neo4j.conf
Browse files Browse the repository at this point in the history
The commented-out default value of `dbms.security.ldap.user_dn_template`
had a trailing qoute that would lead to syntax error if uncommented.
  • Loading branch information
henriknyman committed Oct 19, 2016
1 parent 151192a commit 4e1d072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ dbms.connector.https.enabled=true
# conforms with the LDAP directory's schema from the user principal that is submitted with the
# authentication token when logging in.
# The special token {0} is a placeholder where the user principal will be substituted into the DN string.
#dbms.security.ldap.user_dn_template=uid={0},ou=users,dc=example,dc=com"
#dbms.security.ldap.user_dn_template=uid={0},ou=users,dc=example,dc=com

# Determines if the result of authentication via the LDAP server should be cached or not.
# Caching is used to limit the number of LDAP requests that have to be made over the network
Expand Down

0 comments on commit 4e1d072

Please sign in to comment.