From 40dc951c29c55b3283a517c6217b66f8415484b1 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 3 Jul 2015 10:52:20 +0100 Subject: [PATCH] Fix cfg OID typos --- contrib/slapd-modules/lastbind/lastbind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/slapd-modules/lastbind/lastbind.c b/contrib/slapd-modules/lastbind/lastbind.c index 9a38a454d7..ae7ede0d57 100644 --- a/contrib/slapd-modules/lastbind/lastbind.c +++ b/contrib/slapd-modules/lastbind/lastbind.c @@ -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 " -- 2.39.2