mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
s/HPcfgOv/OLcfgOv/
This commit is contained in:
parent
2e241a457c
commit
d145f84e9f
@ -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 New Issue
Block a user