diff --git a/README.md b/README.md index fb7ebb0..dac19fa 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ upergirls,dc=example,dc=com" ``` As we see, we are getting no error, since the correct new password was _yang_ and we changed it back to _ying_ as it was from the beginning. -Now, if we use the same command more than 3 times in a row (more than 3 wrong passwords in a row), as established by policy, the user will get blocked: +Now, if we use the same command 3 times in a row (3 wrong passwords in a row), as established by policy, the user will get blocked: ``` root@example:/# ldappasswd -x -H ldap:/// -D "uid=reimu,ou=Supergirls,dc=example,dc=com" -w ying -s yang "uid=reimu,ou=Supergirls,dc=example,dc=com" ldap_bind: Invalid credentials (49) @@ -523,8 +523,6 @@ root@example:/# ldappasswd -x -H ldap:/// -D "uid=reimu,ou=Supergirls,dc=example ldap_bind: Invalid credentials (49) root@example:/# ldappasswd -x -H ldap:/// -D "uid=reimu,ou=Supergirls,dc=example,dc=com" -w ying -s yang "uid=reimu,ou=Supergirls,dc=example,dc=com" ldap_bind: Invalid credentials (49) -root@example:/# ldappasswd -x -H ldap:/// -D "uid=reimu,ou=Supergirls,dc=example,dc=com" -w ying -s yang "uid=reimu,ou=Supergirls,dc=example,dc=com" -ldap_bind: Invalid credentials (49) ``` Let's checkout as administrator if the user has some pwd* attributes... ```