Update INSTALL.md
This commit is contained in:
parent
db30192e9c
commit
e725336313
@ -154,8 +154,8 @@ root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirl
|
|||||||
Result: Constraint violation (19)
|
Result: Constraint violation (19)
|
||||||
Additional info: Password fails quality checking policy
|
Additional info: Password fails quality checking policy
|
||||||
```
|
```
|
||||||
Password "marisakirisame" is rejected because we established before pwdMinLength was 8.
|
Password "marisakirisame" is accepted because we established before pwdMinLength was 8.
|
||||||
```
|
```
|
||||||
root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirls,dc=example,dc=com" -s kirisame
|
root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirls,dc=example,dc=com" -s kirisame
|
||||||
```
|
```
|
||||||
"kirisame" is accepted because it's within 8 length characters.
|
"kirisame" is rejected because it's only 8 length characters.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user