From 1ae47b3c3280cecdd6ded09fca62d3c1fd81e1cb Mon Sep 17 00:00:00 2001 From: Marisa Date: Wed, 8 Oct 2025 12:25:53 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 2313f67..52ea820 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,3 +39,9 @@ cn: admin description: LDAP administrator userPassword: {SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF # Replace with the hash of your password ``` +Execute create_admin.ldif using the root password (which is the container default for openLDAP root: _admin_) +``` +root@example:/etc/ldap# ldapadd -x -H ldap:/// -D "cn=admin,dc=example,dc=com" -w admin -f create_admin.ldif +adding new entry "cn=admin,dc=example,dc=com" +``` +That's all, our administrator user was properly done.