Update INSTALL.md

This commit is contained in:
Marisa 2025-11-18 11:50:53 -05:00
parent eba28bef8d
commit 8aa0d4d3fe

View File

@ -125,7 +125,7 @@ adding new entry "cn=admin,dc=example,dc=com"
That's all, our administrator user was properly done. That's all, our administrator user was properly done.
--> -->
## _3- Add schemas_ ## _4- Add schemas_
Let's add one of the policy schemas that comes with openLDAP, these files can be found in /etc/ldap/schema/. The pre-installed schemas exists in both converted .ldif files that can be loaded directly, as well native .schema formats which can be converted to .ldif files with the package schema2ldif (not loaded by default in this container) if neccesary. Let's add one of the policy schemas that comes with openLDAP, these files can be found in /etc/ldap/schema/. The pre-installed schemas exists in both converted .ldif files that can be loaded directly, as well native .schema formats which can be converted to .ldif files with the package schema2ldif (not loaded by default in this container) if neccesary.
``` ```
@ -263,7 +263,7 @@ root@example:/# ldappasswd -x -w qwerty -H ldapi:/// -D "uid=marisa,ou=Supergirl
``` ```
"kirisame" is rejected because it's only 8 length characters. "kirisame" is rejected because it's only 8 length characters.
--> -->
## _4- Configure TLS/SSL certificates_ ## _5- Configure TLS/SSL certificates_
Create cert directories and generate certificates Create cert directories and generate certificates
``` ```