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 +... ``` ###################################################