Update README.md
This commit is contained in:
parent
a848854e6c
commit
3023b92b42
10
README.md
10
README.md
@ -1,16 +1,16 @@
|
|||||||
# ldapdock
|
# ldapdock
|
||||||
*_a configurable container running openLDAP_*
|
*_a configurable container running openLDAP_*
|
||||||
|
|
||||||
A step by step approach on how to setup and run the openLDAP server on a classic systemd-less Docker image container, **optional steps are marked with __*__**
|
Step by step approach on how to setup and run the openLDAP server on a classic systemd-less Docker image container
|
||||||
|
|
||||||
### _Creating the ldapdock image container_
|
## _Creating the ldapdock image container_
|
||||||
|
|
||||||
build ldapdock
|
build ldapdock
|
||||||
```
|
```
|
||||||
> docker build -t ldapdock /path/to/dockerfile
|
> docker build -t ldapdock /path/to/dockerfile
|
||||||
```
|
```
|
||||||
|
|
||||||
__*__ after build, check the docker image has been created properly with the given REPOSITORY name
|
after build, check the docker image has been created properly with the given REPOSITORY name
|
||||||
```
|
```
|
||||||
> docker images
|
> docker images
|
||||||
REPOSITORY TAG IMAGE ID CREATED SIZE
|
REPOSITORY TAG IMAGE ID CREATED SIZE
|
||||||
@ -21,7 +21,7 @@ run into the container to setup openLDAP
|
|||||||
```
|
```
|
||||||
> docker run -h example.com -i -t ldapdock /bin/bash
|
> docker run -h example.com -i -t ldapdock /bin/bash
|
||||||
```
|
```
|
||||||
### _Inside the ldapdock image container_
|
## _Inside the ldapdock image container_
|
||||||
|
|
||||||
make sure to use the following command to start openLDAP
|
make sure to use the following command to start openLDAP
|
||||||
```
|
```
|
||||||
@ -71,7 +71,7 @@ dn: ou=Groups,dc=example,dc=com
|
|||||||
```
|
```
|
||||||
now we have an **Organizational Unit (ou=People, ou=Group, etc.)** with users and groups within an LDAP directory structure correctly created
|
now we have an **Organizational Unit (ou=People, ou=Group, etc.)** with users and groups within an LDAP directory structure correctly created
|
||||||
|
|
||||||
### _Users administrative tasks_
|
## _Users administrative tasks_
|
||||||
|
|
||||||
create a new LDAP directory called Supergirls (LDAP OU) with the following data
|
create a new LDAP directory called Supergirls (LDAP OU) with the following data
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user