diff --git a/INSTALL.md b/INSTALL.md index b850e29..d18b3b1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,3 +18,12 @@ build ldapdock from the dockerfile and run into it ## _2- Run the openLDAP server and create an admin user_ +Use the following command to start openLDAP +``` +root@example:/# slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d +``` +Generate a password hash for our administrator user, 1234 here being the password +``` +root@example:/# slappasswd -s 1234 +{SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF +``` \ No newline at end of file