]> git.sur5r.net Git - openldap/commitdiff
Assign contrib config OID
authorHoward Chu <hyc@openldap.org>
Fri, 28 Dec 2007 07:51:00 +0000 (07:51 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 28 Dec 2007 07:51:00 +0000 (07:51 +0000)
contrib/ConfigOIDs
contrib/slapd-modules/autogroup/autogroup.c

index e397f231e5b502851540520bedefae8a177d836f..5af8f136601879fd8a78a1259168e49ccb294dc2 100644 (file)
@@ -1,3 +1,4 @@
 List of OpenLDAP Configuration OIDs allocated to contrib modules
 
 OLcfgCt{Oc|At}:1       smbk5pwd
+OLcfgCt{Oc|At}:2       autogroup
index 61aaf0cef709ce5e63d22fa4294e27427a62ab1c..1f6f4b680b24265c89becbe1194ba4f98919a310 100644 (file)
@@ -1151,7 +1151,7 @@ static ConfigDriver       ag_cfgen;
 static ConfigTable agcfg[] = {
        { "autogroup-attrset", "group-oc> <URL-ad> <member-ad",
                3, 4, 0, ARG_MAGIC|AG_ATTRSET, ag_cfgen,
-               "( OLcfgOvAt:20.1 NAME 'olcAGattrSet' "
+               "( OLcfgCtAt:2.1 NAME 'olcAGattrSet' "
                        "DESC 'Automatic groups: <group objectClass>, <URL attributeDescription>, <member attributeDescription>' "
                        "EQUALITY caseIgnoreMatch "
                        "SYNTAX OMsDirectoryString "
@@ -1161,7 +1161,7 @@ static ConfigTable agcfg[] = {
 };
 
 static ConfigOCs agocs[] = {
-       { "( OLcfgOvOc:20.1 "
+       { "( OLcfgCtOc:2.1 "
                "NAME 'olcAutomaticGroups' "
                "DESC 'Automatic groups configuration' "
                "SUP olcOverlayConfig "