Update INSTALL.md

This commit is contained in:
Marisa 2025-10-08 12:10:58 -04:00
parent 1b494362cb
commit e82dbd8e7c

View File

@ -18,3 +18,12 @@ build ldapdock from the dockerfile and run into it
## _2- Run the openLDAP server and create an admin user_ ## _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
```