mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
authTimestamp should be manageable (ITS#6873)
This commit is contained in:
parent
92f4a3b2a7
commit
8df4c357be
1 changed files with 2 additions and 0 deletions
|
|
@ -251,6 +251,8 @@ int lastbind_initialize()
|
|||
}
|
||||
}
|
||||
|
||||
ad_authTimestamp->ad_type->sat_flags |= SLAP_AT_MANAGEABLE;
|
||||
|
||||
lastbind.on_bi.bi_type = "lastbind";
|
||||
lastbind.on_bi.bi_db_init = lastbind_db_init;
|
||||
lastbind.on_bi.bi_db_close = lastbind_db_close;
|
||||
|
|
|
|||
Loading…
Reference in a new issue