Update README.md

This commit is contained in:
Marisa 2025-09-15 10:36:08 -04:00
parent ff1c2af889
commit e78fd06c57

View File

@ -15,9 +15,9 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
ldapdock latest 0e4a1521b346 6 hours ago 138MB ldapdock latest 0e4a1521b346 6 hours ago 138MB
``` ```
run into the container for the first time to setup the LDAP server run into the container setting up the LDAP server and the hostname
``` ```
> docker run -i -t ldapdock /bin/bash > docker run -h example.com -i -t ldapdock /bin/bash
``` ```
### _Inside the ldapdock image_ ### _Inside the ldapdock image_
@ -27,6 +27,8 @@ edit base configuration of openLDAP server
> vim /etc/ldap/ldap.conf > vim /etc/ldap/ldap.conf
``` ```
check
create a openLDAP root user password create a openLDAP root user password
``` ```
> slappasswd > slappasswd