From: Howard Chu Date: Thu, 1 Sep 2005 12:38:41 +0000 (+0000) Subject: Fix people / groups order to match testdata X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~506 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6aca95bd01df2e2f5a0183832fe65a97e3c25c41;p=openldap Fix people / groups order to match testdata --- 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,23 +48,23 @@ access to attr=userpassword access to * by * read -# people branch +# groups branch database ldap -suffix "ou=People,dc=example,dc=com" +suffix "ou=Groups,dc=example,dc=com" subordinate -uri "@URI2@" +uri "@URI3@" # 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 +#nosasl#idassert-bind bindmethod=simple binddn="uid=proxy,ou=Groups,dc=example,dc=com" credentials=proxy mode=self -# groups branch +# people branch database ldap -suffix "ou=Groups,dc=example,dc=com" +suffix "ou=People,dc=example,dc=com" subordinate -uri "@URI3@" +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=Groups,dc=example,dc=com" credentials=proxy mode=self +#nosasl#idassert-bind bindmethod=simple binddn="uid=proxy,ou=People,dc=example,dc=com" credentials=proxy mode=self # root database @BACKEND@