]> git.sur5r.net Git - openldap/commitdiff
Fix people / groups order to match testdata
authorHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 12:38:41 +0000 (12:38 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 1 Sep 2005 12:38:41 +0000 (12:38 +0000)
tests/data/slapd-ldapglue.conf

index f1a40254e54fc98689bdd4f782f6df22cbb94553..9f0bfd3dc031d3a32ae5644cf9868f3066483a6c 100644 (file)
@@ -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@