mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Normalize DN
This commit is contained in:
parent
efaab64b69
commit
9f8a0e7d1b
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ argsfile %LOCALSTATEDIR%/slapd.args
|
|||
#######################################################################
|
||||
|
||||
database ldbm
|
||||
suffix "dc=my-domain, dc=com"
|
||||
#suffix "o=My Organization Name, c=US"
|
||||
rootdn "cn=Manager, dc=my-domain, dc=com"
|
||||
#rootdn "cn=Manager, o=My Organization Name, c=US"
|
||||
suffix "dc=my-domain,dc=com"
|
||||
#suffix "o=My Organization Name,c=US"
|
||||
rootdn "cn=Manager,dc=my-domain,dc=com"
|
||||
#rootdn "cn=Manager,o=My Organization Name,c=US"
|
||||
# Cleartext passwords, especially for the rootdn, should
|
||||
# be avoid. See slappasswd(8) and slapd.conf(5) for details.
|
||||
# Use of strong authentication encouraged.
|
||||
|
|
|
|||
Loading…
Reference in a new issue