Update INSTALL.md

This commit is contained in:
Marisa 2025-11-18 09:53:43 -05:00
parent 36f291e897
commit 8e23e6a193

View File

@ -64,8 +64,6 @@ Notice the userPassword is invalid, let's set a proper one
``` ```
root@example:/# ldappasswd -x -D cn=admin,dc=example,dc=com -w admin -s qwerty 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)
<!--Generate a password hash for our administrator user, Op3nLd4p! here being the password to comply with password policies <!--Generate a password hash for our administrator user, Op3nLd4p! here being the password to comply with password policies
``` ```