From ae9a67f23e0df47a1de73429ecc198998df0d409 Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 16 Sep 2025 10:54:22 -0400 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ce306b..17c3525 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,20 @@ __*__ edit base configuration of openLDAP server > vim /etc/ldap/ldap.conf ``` -__*__ add core ldap schemas in case the base config doesn't +__*__ check basic LDAP schemas are loaded +``` +# ldapsearch -Q -LLL -Y EXTERNAL -H ldapi:/// -b cn=schema,cn=config dn +dn: cn=schema,cn=config + +dn: cn={0}core,cn=schema,cn=config + +dn: cn={1}cosine,cn=schema,cn=config + +dn: cn={2}nis,cn=schema,cn=config + +dn: cn={3}inetorgperson,cn=schema,cn=config +``` +__*__ load basic LDAP schemas in case the base config didn't ``` # ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/core.ldif SASL/EXTERNAL authentication started