mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
don't use deprecated directives
This commit is contained in:
parent
a1830a3cd0
commit
1bf816e425
2 changed files with 7 additions and 5 deletions
|
|
@ -32,9 +32,10 @@ argsfile @TESTDIR@/slapd.1.args
|
|||
#
|
||||
# uses the chain overlay as global;
|
||||
# no chain-URI is configured, so the URI is parsed out of the referral
|
||||
overlay chain
|
||||
chain-acl-authcDN "cn=Manager,dc=example,dc=com"
|
||||
chain-acl-passwd secret
|
||||
overlay chain
|
||||
chain-acl-bind bindmethod=simple
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
credentials=secret
|
||||
|
||||
#######################################################################
|
||||
# database definitions
|
||||
|
|
|
|||
|
|
@ -56,7 +56,8 @@ rootpw secret
|
|||
# the chain-URI is configured, so only that URI is chained
|
||||
overlay chain
|
||||
chain-uri @URI1@
|
||||
chain-acl-authcDN "cn=Manager,dc=example,dc=com"
|
||||
chain-acl-passwd secret
|
||||
chain-acl-bind bindmethod=simple
|
||||
binddn="cn=Manager,dc=example,dc=com"
|
||||
credentials=secret
|
||||
|
||||
#monitor#database monitor
|
||||
|
|
|
|||
Loading…
Reference in a new issue