From ff1c2af8898418887b723160380c4a3e49164e5a Mon Sep 17 00:00:00 2001 From: Marisa Date: Fri, 12 Sep 2025 15:01:07 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 287b86f..81c9f91 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,21 @@ run into the container for the first time to setup the LDAP server > docker run -i -t ldapdock /bin/bash ``` -### Inside the ldapdock image +### _Inside the ldapdock image_ edit base configuration of openLDAP server ``` > vim /etc/ldap/ldap.conf ``` +create a openLDAP root user password +``` +> slappasswd +New password: +Re-enter new password: +{SSHA}RXBw4x2g3pxghcp6fEMQvrsBT4EXawsd +``` + start the openLDAP daemon server ``` > service slapd start