mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Fix cfg OID typos
This commit is contained in:
parent
ea43ac38bf
commit
e4278b5731
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue