]> git.sur5r.net Git - openldap/commitdiff
s/HPcfgOv/OLcfgOv/
authorHoward Chu <hyc@openldap.org>
Wed, 12 Jul 2006 07:05:09 +0000 (07:05 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 12 Jul 2006 07:05:09 +0000 (07:05 +0000)
servers/slapd/overlays/constraint.c

index 47d15e8ce81726e62ba8b64c6ecc9286df16d964..447a48b6f4f27240ee9b87da41e8080d90d6fc62 100644 (file)
@@ -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 "