diff --git a/README.md b/README.md index 0a2f2ce..287b86f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ldapdock **_a configurable container running LDAP_** -most important steps +most important steps to run the daemon server, some steps are NOT neccesary build ldapdock ``` @@ -15,7 +15,20 @@ REPOSITORY TAG IMAGE ID CREATED SIZE ldapdock latest 0e4a1521b346 6 hours ago 138MB ``` -run into the container for the first time to check the LDAP server +run into the container for the first time to setup the LDAP server ``` > docker run -i -t ldapdock /bin/bash -``` \ No newline at end of file +``` + +### Inside the ldapdock image + +edit base configuration of openLDAP server +``` +> vim /etc/ldap/ldap.conf +``` + +start the openLDAP daemon server +``` +> service slapd start + * Starting OpenLDAP slapd [ OK ] + ``` \ No newline at end of file