Quick Actions
ldappasswd
Description
Change the password of an LDAP user.
Command
ldappasswd
Examples
Change password
ldappasswd -H ldap://localhost:389 -D "cn=admin,dc=example,dc=com" -w password "uid=john,ou=people,dc=example,dc=com" -s newpassword
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
-H |
string | No | LDAP server URI |
-D |
string | No | Bind DN |
-w |
string | No | Bind password |
-s |
string | No | New password |
-a |
string | No | Old password |
Command Info
Category:
Password Management
Type:
Ldap
Views:
14
Status:
Active
Tags
password
change
user