Update README.md
This commit is contained in:
parent
ff1c2af889
commit
e78fd06c57
@ -15,9 +15,9 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||
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_
|
||||
@ -27,6 +27,8 @@ edit base configuration of openLDAP server
|
||||
> vim /etc/ldap/ldap.conf
|
||||
```
|
||||
|
||||
check
|
||||
|
||||
create a openLDAP root user password
|
||||
```
|
||||
> slappasswd
|
||||
|
Loading…
Reference in New Issue
Block a user