From 6aca95bd01df2e2f5a0183832fe65a97e3c25c41 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 1 Sep 2005 12:38:41 +0000 Subject: [PATCH] Fix people / groups order to match testdata --- tests/data/slapd-ldapglue.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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@ -- 2.39.5