Move cloak config OID from overlay to contrib branch (ITS#5872)

This commit is contained in:
Emmanuel Dreyfus 2009-01-10 11:22:36 +00:00
parent f1e2cc411f
commit e281c948cb
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -282,7 +282,7 @@ static slap_overinst cloak_ovl;
static ConfigTable cloakcfg[] = {
{ "cloak-attr", "attribute [class]",
2, 3, 0, ARG_MAGIC|CLOAK_ATTR, cloak_cfgen,
"( OLcfgOvAt:22.1 NAME 'olcCloakAttribute' "
"( OLcfgCtAt:4.1 NAME 'olcCloakAttribute' "
"DESC 'Cloaked attribute: attribute [class]' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString "
@ -292,7 +292,7 @@ static ConfigTable cloakcfg[] = {
};
static ConfigOCs cloakocs[] = {
{ "( OLcfgOvOc:22.1 "
{ "( OLcfgCtOc:4.1 "
"NAME 'olcCloakConfig' "
"DESC 'Attribute cloak configuration' "
"SUP olcOverlayConfig "