]> git.sur5r.net Git - openldap/commitdiff
Fix cfg OID typos
authorHoward Chu <hyc@openldap.org>
Fri, 3 Jul 2015 09:52:20 +0000 (10:52 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Jul 2015 15:46:55 +0000 (10:46 -0500)
contrib/slapd-modules/lastbind/lastbind.c

index 9a38a454d7f23d249e23120e1323882bbfb00dee..ae7ede0d57466a449d8f56d347d30c5deac9fa04 100644 (file)
@@ -70,7 +70,7 @@ static ConfigTable lastbindcfg[] = {
        { "lastbind-precision", "seconds", 2, 2, 0,
          ARG_INT|ARG_OFFSET,
          (void *)offsetof(lastbind_info, timestamp_precision),
-         "( OLcfgAt:5.1 "
+         "( OLcfgCtAt:5.1 "
          "NAME 'olcLastBindPrecision' "
          "DESC 'Precision of authTimestamp attribute' "
          "SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
@@ -78,7 +78,7 @@ static ConfigTable lastbindcfg[] = {
 };
 
 static ConfigOCs lastbindocs[] = {
-       { "( OLcfgOc:5.1 "
+       { "( OLcfgCtOc:5.1 "
          "NAME 'olcLastBindConfig' "
          "DESC 'Last Bind configuration' "
          "SUP olcOverlayConfig "