mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -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}:1 smbk5pwd
|
||||||
OLcfgCt{Oc|At}:2 autogroup
|
OLcfgCt{Oc|At}:2 autogroup
|
||||||
OLcfgCt{Oc|At}:3 nssov
|
OLcfgCt{Oc|At}:3 nssov
|
||||||
|
OLcfgCt{Oc|At}:4 cloak
|
||||||
|
|
|
||||||
|
|
@ -282,7 +282,7 @@ static slap_overinst cloak_ovl;
|
||||||
static ConfigTable cloakcfg[] = {
|
static ConfigTable cloakcfg[] = {
|
||||||
{ "cloak-attr", "attribute [class]",
|
{ "cloak-attr", "attribute [class]",
|
||||||
2, 3, 0, ARG_MAGIC|CLOAK_ATTR, cloak_cfgen,
|
2, 3, 0, ARG_MAGIC|CLOAK_ATTR, cloak_cfgen,
|
||||||
"( OLcfgOvAt:22.1 NAME 'olcCloakAttribute' "
|
"( OLcfgCtAt:4.1 NAME 'olcCloakAttribute' "
|
||||||
"DESC 'Cloaked attribute: attribute [class]' "
|
"DESC 'Cloaked attribute: attribute [class]' "
|
||||||
"EQUALITY caseIgnoreMatch "
|
"EQUALITY caseIgnoreMatch "
|
||||||
"SYNTAX OMsDirectoryString "
|
"SYNTAX OMsDirectoryString "
|
||||||
|
|
@ -292,7 +292,7 @@ static ConfigTable cloakcfg[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static ConfigOCs cloakocs[] = {
|
static ConfigOCs cloakocs[] = {
|
||||||
{ "( OLcfgOvOc:22.1 "
|
{ "( OLcfgCtOc:4.1 "
|
||||||
"NAME 'olcCloakConfig' "
|
"NAME 'olcCloakConfig' "
|
||||||
"DESC 'Attribute cloak configuration' "
|
"DESC 'Attribute cloak configuration' "
|
||||||
"SUP olcOverlayConfig "
|
"SUP olcOverlayConfig "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue