Update README.md
This commit is contained in:
parent
6a9d882fe5
commit
ff1c2af889
10
README.md
10
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
|
> docker run -i -t ldapdock /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
### Inside the ldapdock image
|
### _Inside the ldapdock image_
|
||||||
|
|
||||||
edit base configuration of openLDAP server
|
edit base configuration of openLDAP server
|
||||||
```
|
```
|
||||||
> vim /etc/ldap/ldap.conf
|
> 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
|
start the openLDAP daemon server
|
||||||
```
|
```
|
||||||
> service slapd start
|
> service slapd start
|
||||||
|
Loading…
Reference in New Issue
Block a user