mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Move cloak config OID from overlay to contrib branch (ITS#5872)
This commit is contained in:
parent
f1e2cc411f
commit
e281c948cb
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue