mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix people / groups order to match testdata
This commit is contained in:
parent
7539786f01
commit
6aca95bd01
@ -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 New Issue
Block a user