mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
fix typo in comment
This commit is contained in:
parent
1eb0170482
commit
a045117bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ rootdn "cn=Manager,dc=my-domain,dc=com"
|
||||||
# Use of strong authentication encouraged.
|
# Use of strong authentication encouraged.
|
||||||
rootpw secret
|
rootpw secret
|
||||||
# The database directory MUST exist prior to running slapd AND
|
# The database directory MUST exist prior to running slapd AND
|
||||||
# should only be accessable by the slapd/tools. Mode 700 recommended.
|
# should only be accessible by the slapd/tools. Mode 700 recommended.
|
||||||
directory %LOCALSTATEDIR%/openldap-ldbm
|
directory %LOCALSTATEDIR%/openldap-ldbm
|
||||||
# Indices to maintain
|
# Indices to maintain
|
||||||
index objectClass eq
|
index objectClass eq
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue