From 3029d5033388094566438aedd05868bd757b4f5f Mon Sep 17 00:00:00 2001 From: Marisa Date: Tue, 16 Sep 2025 12:52:50 -0400 Subject: [PATCH] Update READMEnew.md --- READMEnew.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/READMEnew.md b/READMEnew.md index 2a59501..d05c079 100644 --- a/READMEnew.md +++ b/READMEnew.md @@ -24,7 +24,17 @@ run into the container to setup openLDAP make sure to use the following command to start openLDAP ``` -slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d +root@example:/# slapd -h "ldap:/// ldapi:///" -g openldap -u openldap -F /etc/ldap/slapd.d +``` + +test connectivity to slapd +``` +root@example:/# ldapsearch -x -H ldap://localhost -b "dc=example,dc=com" -s base "(objectclass=*)" +# extended LDIF +# +# LDAPv3 +# base with scope baseObject +... ``` ###################################################