mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
ITS#9725 Update lastbind manpage to document core functionality
This commit is contained in:
parent
7a4b42600b
commit
6327f45d7d
1 changed files with 10 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ older than a given value, thus avoiding large numbers of write
|
||||||
operations penalizing performance.
|
operations penalizing performance.
|
||||||
One sample use for this overlay would be to detect unused accounts.
|
One sample use for this overlay would be to detect unused accounts.
|
||||||
|
|
||||||
|
Now that OpenLDAP has native support for most of this functionality,
|
||||||
|
storing the value in pwdLastSuccess to better interact with the Behera
|
||||||
|
Password Policy draft 10. Unless you require lastbind_forward_updates,
|
||||||
|
you should consider using that instead.
|
||||||
|
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
The config directives that are specific to the
|
The config directives that are specific to the
|
||||||
.B lastbind
|
.B lastbind
|
||||||
|
|
@ -98,6 +103,11 @@ default slapd configuration file
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR slapd.conf (5),
|
.BR slapd.conf (5),
|
||||||
.BR slapd (8).
|
.BR slapd (8).
|
||||||
|
.LP
|
||||||
|
IETF LDAP password policy proposal by P. Behera, L. Poitou and J.
|
||||||
|
Sermersheim: documented in IETF document
|
||||||
|
"draft-behera-ldap-password-policy-10.txt".
|
||||||
|
|
||||||
The
|
The
|
||||||
.BR slapo-lastbind (5)
|
.BR slapo-lastbind (5)
|
||||||
overlay supports dynamic configuration via
|
overlay supports dynamic configuration via
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue