]> git.sur5r.net Git - openldap/commitdiff
needs work: memberOf should not be replicated
authorPierangelo Masarati <ando@openldap.org>
Sat, 25 Aug 2007 16:02:43 +0000 (16:02 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 25 Aug 2007 16:02:43 +0000 (16:02 +0000)
servers/slapd/overlays/memberof.c

index eaff0edcf10663ec1ba811d0b5bcda403412422e..8e282e99910c3cf0424c77989183d737e8c39224 100644 (file)
@@ -1891,8 +1891,8 @@ static struct {
                "DESC 'Group that the entry belongs to' "
                "SYNTAX '1.3.6.1.4.1.1466.115.121.1.12' "
                "EQUALITY distinguishedNameMatch "      /* added */
-               "USAGE directoryOperation "             /* questioned */
-               /* "NO-USER-MODIFICATION " */
+               "USAGE dSAOperation "                   /* added; questioned */
+               /* "NO-USER-MODIFICATION " */           /* add? */
                "X-ORIGIN 'iPlanet Delegated Administrator' )",
                &ad_memberOf },
        { NULL }