mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
s/HPcfgOv/OLcfgOv/
This commit is contained in:
parent
2e241a457c
commit
d145f84e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -62,14 +62,14 @@ static ConfigDriver constraint_cf_gen;
|
|||
static ConfigTable constraintcfg[] = {
|
||||
{ "constraint_attribute", "attribute regex <regular expression>",
|
||||
4, 4, 0, ARG_MAGIC | CONSTRAINT_ATTRIBUTE, constraint_cf_gen,
|
||||
"( HPcfgOvAt:4.1 NAME 'olcConstraintAttribute' "
|
||||
"( OLcfgOvAt:13.1 NAME 'olcConstraintAttribute' "
|
||||
"DESC 'regular expression constraint for attribute' "
|
||||
"SYNTAX OMsDirectoryString )", NULL, NULL },
|
||||
{ NULL, NULL, 0, 0, 0, ARG_IGNORED }
|
||||
};
|
||||
|
||||
static ConfigOCs constraintocs[] = {
|
||||
{ "( HPcfgOvOc:4.1 "
|
||||
{ "( OLcfgOvOc:13.1 "
|
||||
"NAME 'olcConstraintConfig' "
|
||||
"DESC 'Constraint overlay configuration' "
|
||||
"SUP olcOverlayConfig "
|
||||
|
|
|
|||
Loading…
Reference in a new issue