From 59dbeea6519ba32d0ac6dfbc26e56df28bafc141 Mon Sep 17 00:00:00 2001 From: Marisa Date: Sun, 28 Sep 2025 13:51:32 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2927012..a296859 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,16 @@ If successful, the output will show the modified entry. ## _Password schemas_ +Since no policy overlay exists (more on this later), we need to create our own.\ +\ +Check adding one of the core schemas that comes with LDAP. +``` +root@example:/# ldapadd -Q -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/corba.ldif +adding new entry "cn=corba,cn=schema,cn=config" +``` +Notice we are using the -Q and -Y EXTERNAL parameters, instead of our usual -x, meaning SASL EXTERNAL authentication. +If we get a result different from the showed up here, we won't be able to implement any schemas or ACLs, and we should check the dockerfile first, and second the commands we used to run the container as well that we started slapd with the specified parameters before. + \ No newline at end of file