diff --git a/INSTALL.md b/INSTALL.md index f157d22..15b11a7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -92,7 +92,15 @@ adding new entry "cn=admin,dc=example,dc=com" That's all, our administrator user was properly done. --> -## _3- Load and enable policy modules_ +## _3- Add schemas_ + +Let's add one of the pre-installed policy schemas in /etc/ldap/schema/. The pre-installed schemas exists in both converted .ldif files, and native .schema formats, for now we don’t have to convert them and can use ldapadd directly +``` +root@example:/# ldapadd -Q -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/corba.ldif +adding new entry "cn=corba,cn=schema,cn=config" +``` + + ## _4- Configure default password policies_ Create a basic overlay of your password policies: