diff --git a/INSTALL.md b/INSTALL.md index 47fb523..de13ef5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -125,7 +125,7 @@ adding new entry "cn=admin,dc=example,dc=com" 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. ``` @@ -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. --> -## _4- Configure TLS/SSL certificates_ +## _5- Configure TLS/SSL certificates_ Create cert directories and generate certificates ```