Skip to content
Snippets Groups Projects
Commit 1bf816e4 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

don't use deprecated directives

parent a1830a3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment