Update INSTALL.md

This commit is contained in:
Marisa 2025-11-18 09:52:21 -05:00
parent 5a71600d5e
commit 36f291e897

View File

@ -62,7 +62,7 @@ root@example:/# ldapadd -x -D cn=admin,dc=example,dc=com -W -f add_content.ldif
```
Notice the userPassword is invalid, let's set a proper one
```
root@example:/# ldappasswd -x -D cn=admin,dc=example,dc=com -w -S uid=marisa,ou=people,dc=example,dc=com
root@example:/# ldappasswd -x -D cn=admin,dc=example,dc=com -w admin -s qwerty uid=marisa,ou=people,dc=example,dc=com
```
When setting up the password, we will be asked:\
1-the password for the user marisa (qwerty), 2-reenter the password for marisa, 3-the openLDAP root password (admin)