Update INSTALL.md
This commit is contained in:
parent
3fbe417efd
commit
726a1f8003
@ -12,14 +12,14 @@ build ldapdock from the dockerfile and run into it
|
||||
```
|
||||
|
||||
```
|
||||
> docker run -i -t -p 389:389 -h example.com -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock
|
||||
> docker run -i -t -p 636:636 -h example.com -v ldap_data:/var/lib/ldap -v ldap_config:/etc/ldap/slapd.d ldapdock
|
||||
```
|
||||
|
||||
## _2- Run the openLDAP server and populate a directory_
|
||||
|
||||
Use the following command to start openLDAP
|
||||
```
|
||||
root@example:/# slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d
|
||||
root@example:/# slapd -h "ldap:/// ldapi:/// ldaps:///" -g openldap -u openldap -F /etc/ldap/slapd.d
|
||||
```
|
||||
|
||||
Create some groups and users to populate a directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user