diff --git a/README.md b/README.md index 6c68d54..5ca5892 100644 --- a/README.md +++ b/README.md @@ -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" ``` -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.` ### _Query as an specific user_