From 36f291e897867a65aa517f75a35fb439ca23e8cd Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 18 Nov 2025 09:52:21 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8eea346..f29c0da 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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)