fixed ldapsearch
This commit is contained in:
parent
eff01c5406
commit
a0fd06ed42
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user