pwd-change-op-replace
This stanza entry specifies whether the LDAP
server requires both the delete and add operations in a single ldap_modify() request
to change a user password.
Syntax
pwd-change-op-replace = {yes|no} Description
Specifies whether the LDAP
server requires both the delete and add operations in a single ldap_modify() request
to change a user password.
When changing or updating user passwords,
some LDAP servers require that the userPassword attribute is
replaced by doing both a delete() and add() operation
together in a ldap_modify() request. A value of yes specifies
that the LDAP server requires this combination. A value of no specifies
that the LDAP server can change the user password without calling
both of these operations.
Options
None
Usage
Optional
Default value
no
Example
pwd-change-op-replace = yes