mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Change the default installation to use a domain component (dc) style base dn.
This commit is contained in:
parent
76fe6f86bd
commit
e699a9f871
1 changed files with 4 additions and 2 deletions
|
|
@ -8,7 +8,9 @@ referral ldap://ldap.itd.umich.edu
|
|||
#######################################################################
|
||||
|
||||
database ldbm
|
||||
suffix "o=Your Organization Name, c=US"
|
||||
suffix "dc=your-domain, dc=com"
|
||||
#suffix "o=Your Organization Name, c=US"
|
||||
directory /usr/tmp
|
||||
rootdn "cn=root, o=Your Organization Name, c=US"
|
||||
rootdn "cn=root, dc=your-domain, dc=com"
|
||||
#rootdn "cn=root, o=Your Organization Name, c=US"
|
||||
rootpw secret
|
||||
|
|
|
|||
Loading…
Reference in a new issue