Update README.md

This commit is contained in:
Marisa 2025-10-02 11:36:38 -04:00
parent 3219aa0165
commit fad035bcf4

View File

@ -228,7 +228,8 @@ If we want to change the password as the user marisa, we need to use the user's
``` ```
root@example:/etc/ldap# ldappasswd -H ldap:/// -x -D "uid=marisa,ou=Supergirls,dc=example,dc=com" -w _plain password_ -s newpassword "uid=marisa,ou=Supergirls,dc=example,dc=com" root@example:/etc/ldap# ldappasswd -H ldap:/// -x -D "uid=marisa,ou=Supergirls,dc=example,dc=com" -w _plain password_ -s newpassword "uid=marisa,ou=Supergirls,dc=example,dc=com"
``` ```
With this commmand we changed the user marisa password's from _plain password_ to literally "newpassword", change this as needed. With this commmand we changed the user marisa password's from _plain password_ to literally "newpassword", change this as needed.\
`Note we first changed the password interactively (being prompted) using the -W parameter, and later used -w to change it non interactively.`
### <ins>_Query as an specific user_</ins> ### <ins>_Query as an specific user_</ins>