diff --git a/tests/data/slapd-ldapglue.conf b/tests/data/slapd-ldapglue.conf index f1a40254e5..9f0bfd3dc0 100644 --- a/tests/data/slapd-ldapglue.conf +++ b/tests/data/slapd-ldapglue.conf @@ -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"