fixed ldapsearch

This commit is contained in:
Gilles Mouchet 2025-01-01 17:54:52 +01:00
parent eff01c5406
commit a0fd06ed42

View File

@ -11,5 +11,5 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
docker compose up -d
sleep 5
./ldap-init.sh
ldapsearch -H ldaps://$LDAP_SRV -x -D "cn=Access LDAP,ou=people,$LDAP_ROOT" -b "$LDAP_ROOT" -w pa55w0rd
ldapsearch -H $LDAP_SRV -x -D "cn=Access LDAP,ou=people,$LDAP_ROOT" -b "$LDAP_ROOT" -w pa55w0rd
fi