Skip to content
Snippets Groups Projects
Commit e4278b57 authored by Howard Chu's avatar Howard Chu
Browse files

Fix cfg OID typos

parent ea43ac38
No related branches found
No related tags found
No related merge requests found
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment