mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
clarify issues related to performing operations with rootdn identity
This commit is contained in:
parent
6f68a1af6d
commit
82c04bf2a0
1 changed files with 11 additions and 3 deletions
|
|
@ -23,6 +23,12 @@ resets, acceptable password content, and even grace logins.
|
|||
Different groups of users may be associated with different password
|
||||
policies, and there is no limit to the number of password policies
|
||||
that may be created.
|
||||
.P
|
||||
Note that some of the policies do not take effect when the operation
|
||||
is performed with the
|
||||
.B rootdn
|
||||
identity; all the operations, when performed with any other identity,
|
||||
may be subjected to constraints, like access control.
|
||||
|
||||
.SH CONFIGURATION
|
||||
These
|
||||
|
|
@ -126,7 +132,7 @@ Note: in this implementation, the only
|
|||
value accepted for
|
||||
.B pwdAttribute
|
||||
is
|
||||
.RI " userPassword ".
|
||||
.IR " userPassword ".
|
||||
.LP
|
||||
.RS 4
|
||||
( 1.3.6.1.4.1.42.2.27.8.1.1
|
||||
|
|
@ -175,6 +181,9 @@ attribute is not present, or if its value is
|
|||
zero (0), used passwords will not be stored in
|
||||
.B pwdHistory
|
||||
and thus any previously-used password may be reused.
|
||||
No history checking occurs if the password is being modified by the
|
||||
.BR rootdn ,
|
||||
although the password is saved in the history.
|
||||
.LP
|
||||
.RS 4
|
||||
( 1.3.6.1.4.1.42.2.27.8.1.4
|
||||
|
|
@ -656,8 +665,7 @@ field is in GMT format.
|
|||
.B pwdGraceUseTime
|
||||
This attribute contains the list of timestamps of logins made after
|
||||
the user password in the DN has expired. These post-expiration
|
||||
logins are known as
|
||||
.RI " "grace logins" ."
|
||||
logins are known as "\fIgrace logins\fP".
|
||||
If too many
|
||||
.I grace logins
|
||||
have been used (please refer to the
|
||||
|
|
|
|||
Loading…
Reference in a new issue