From e82dbd8e7cfde31294448d3e0a9980fe058e18f4 Mon Sep 17 00:00:00 2001 From: Marisa Date: Wed, 8 Oct 2025 12:10:58 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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