mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
make changing the basedn easier
This commit is contained in:
parent
5cd816f4eb
commit
aa081c4b71
1 changed files with 8 additions and 8 deletions
|
|
@ -238,14 +238,14 @@ SQLADD=$DATADIR/sql-add.ldif
|
|||
MONITOR=""
|
||||
REFDN="c=US"
|
||||
BASEDN="dc=example,dc=com"
|
||||
MANAGERDN="cn=Manager,dc=example,dc=com"
|
||||
UPDATEDN="cn=Replica,dc=example,dc=com"
|
||||
MANAGERDN="cn=Manager,$BASEDN"
|
||||
UPDATEDN="cn=Replica,$BASEDN"
|
||||
PASSWD=secret
|
||||
BABSDN="cn=Barbara Jensen,ou=Information Technology DivisioN,OU=People,dc=example,dc=com"
|
||||
BJORNSDN="cn=Bjorn Jensen,ou=Information Technology DivisioN,OU=People,dc=example,dc=com"
|
||||
JAJDN="cn=James A Jones 1,ou=Alumni Association,ou=People,dc=example,dc=com"
|
||||
JOHNDDN="cn=John Doe,ou=Information Technology Division,ou=People,dc=example,dc=com"
|
||||
MELLIOTDN="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com"
|
||||
BABSDN="cn=Barbara Jensen,ou=Information Technology DivisioN,OU=People,$BASEDN"
|
||||
BJORNSDN="cn=Bjorn Jensen,ou=Information Technology DivisioN,OU=People,$BASEDN"
|
||||
JAJDN="cn=James A Jones 1,ou=Alumni Association,ou=People,$BASEDN"
|
||||
JOHNDDN="cn=John Doe,ou=Information Technology Division,ou=People,$BASEDN"
|
||||
MELLIOTDN="cn=Mark Elliot,ou=Alumni Association,ou=People,$BASEDN"
|
||||
REFINTDN="cn=Manager,o=refint"
|
||||
RETCODEDN="ou=RetCodes,$BASEDN"
|
||||
UNIQUEDN="cn=Manager,o=unique"
|
||||
|
|
@ -254,7 +254,7 @@ TRANSLUCENTROOT="o=translucent"
|
|||
TRANSLUCENTUSER="ou=users,o=translucent"
|
||||
TRANSLUCENTDN="uid=binder,o=translucent"
|
||||
TRANSLUCENTPASSWD="bindtest"
|
||||
METABASEDN="ou=Meta,dc=example,dc=com"
|
||||
METABASEDN="ou=Meta,$BASEDN"
|
||||
METAMANAGERDN="cn=Manager,$METABASEDN"
|
||||
VALSORTDN="cn=Manager,o=valsort"
|
||||
VALSORTBASEDN="o=valsort"
|
||||
|
|
|
|||
Loading…
Reference in a new issue