From b97c8a5603368c06845deeee8a0458df2017b000 Mon Sep 17 00:00:00 2001 From: Marisa Date: Fri, 7 Nov 2025 06:49:17 -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 f5dadbe..a91afc5 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 -S 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)