Assign contrib config OID

This commit is contained in:
Howard Chu 2007-12-28 07:51:00 +00:00
parent 4068c51739
commit ea9863bf6c
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
List of OpenLDAP Configuration OIDs allocated to contrib modules
OLcfgCt{Oc|At}:1 smbk5pwd
OLcfgCt{Oc|At}:2 autogroup

View 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 "