Update READMEnew.md

This commit is contained in:
Marisa 2025-09-16 12:52:50 -04:00
parent 2f075d40fc
commit 3029d50333

View File

@ -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 <dc=example,dc=com> with scope baseObject
...
```
###################################################