mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
ITS#9808 Store the correct value in olcLastBind
This commit is contained in:
parent
e8813b12b6
commit
a9d98407d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1387,7 +1387,7 @@ config_generic(ConfigArgs *c) {
|
|||
c->value_int = (SLAP_NOLASTMOD(c->be) == 0);
|
||||
break;
|
||||
case CFG_LASTBIND:
|
||||
c->value_int = (SLAP_NOLASTMOD(c->be) == 0);
|
||||
c->value_int = (SLAP_LASTBIND(c->be) != 0);
|
||||
break;
|
||||
case CFG_LASTBIND_PRECISION:
|
||||
c->value_uint = c->be->be_lastbind_precision;
|
||||
|
|
|
|||
Loading…
Reference in a new issue