mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Fix people / groups order to match testdata
This commit is contained in:
parent
7539786f01
commit
6aca95bd01
1 changed files with 9 additions and 9 deletions
|
|
@ -48,15 +48,6 @@ access to attr=userpassword
|
|||
access to *
|
||||
by * read
|
||||
|
||||
# people branch
|
||||
database ldap
|
||||
suffix "ou=People,dc=example,dc=com"
|
||||
subordinate
|
||||
uri "@URI2@"
|
||||
# FIXME: doesn't work with authz=native
|
||||
#sasl#idassert-bind bindmethod=sasl authcid=proxy credentials=proxy @SASL_MECH@ mode=self
|
||||
#nosasl#idassert-bind bindmethod=simple binddn="uid=proxy,ou=People,dc=example,dc=com" credentials=proxy mode=self
|
||||
|
||||
# groups branch
|
||||
database ldap
|
||||
suffix "ou=Groups,dc=example,dc=com"
|
||||
|
|
@ -66,6 +57,15 @@ uri "@URI3@"
|
|||
#sasl#idassert-bind bindmethod=sasl authcid=proxy credentials=proxy @SASL_MECH@ mode=self
|
||||
#nosasl#idassert-bind bindmethod=simple binddn="uid=proxy,ou=Groups,dc=example,dc=com" credentials=proxy mode=self
|
||||
|
||||
# people branch
|
||||
database ldap
|
||||
suffix "ou=People,dc=example,dc=com"
|
||||
subordinate
|
||||
uri "@URI2@"
|
||||
# FIXME: doesn't work with authz=native
|
||||
#sasl#idassert-bind bindmethod=sasl authcid=proxy credentials=proxy @SASL_MECH@ mode=self
|
||||
#nosasl#idassert-bind bindmethod=simple binddn="uid=proxy,ou=People,dc=example,dc=com" credentials=proxy mode=self
|
||||
|
||||
# root
|
||||
database @BACKEND@
|
||||
suffix "dc=example,dc=com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue