Fix cfg OID typos

This commit is contained in:
Howard Chu 2015-07-03 10:52:20 +01:00
parent ea43ac38bf
commit e4278b5731

View 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 "