Update INSTALL.md

This commit is contained in:
Marisa 2025-10-08 12:50:42 -04:00
parent bb697a8fd5
commit 6aeb1bfe20

View File

@ -39,7 +39,6 @@ cn: admin
description: LDAP administrator
userPassword: {SSHA}yxIgYTzcuRRdlesjfWkIN6K97/8jOrZF # Replace with the hash of your password
```
Execute create_admin.ldif using the root password (which is the container default for openLDAP root: _admin_)
```
root@example:/# ldapadd -x -H ldap:/// -D "cn=admin,dc=example,dc=com" -w admin -f create_admin.ldif
adding new entry "cn=admin,dc=example,dc=com"