From 3a4ede47880da8a560ac2096e9d2f501d16a383b Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 16 Sep 2025 12:48:24 -0400 Subject: [PATCH] Update README.md --- READMEnew.md => README.md | 12 ------------ 1 file changed, 12 deletions(-) rename READMEnew.md => README.md (90%) diff --git a/READMEnew.md b/README.md similarity index 90% rename from READMEnew.md rename to README.md index 2a59501..17c3525 100644 --- a/READMEnew.md +++ b/README.md @@ -17,18 +17,6 @@ REPOSITORY TAG IMAGE ID CREATED SIZE ldapdock latest 0e4a1521b346 6 hours ago 138MB ``` -run into the container to setup openLDAP -``` -> docker run -h example.com -i -t ldapdock /bin/bash -``` - -make sure to use the following command to start openLDAP -``` -slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d -``` - -################################################### - run into the container setting up the LDAP server and the hostname ``` > docker run -h example.com -i -t ldapdock /bin/bash