Update INSTALL.md

This commit is contained in:
Marisa 2025-11-07 06:49:17 -05:00
parent a062015c65
commit b97c8a5603

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 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 -S uid=marisa,ou=people,dc=example,dc=com
``` ```
When setting up the password, we will be asked:\ 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) 1-the password for the user marisa (qwerty), 2-reenter the password for marisa, 3-the openLDAP root password (admin)