fixed ldapsearch
This commit is contained in:
parent
eff01c5406
commit
a0fd06ed42
@ -11,5 +11,5 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|||||||
docker compose up -d
|
docker compose up -d
|
||||||
sleep 5
|
sleep 5
|
||||||
./ldap-init.sh
|
./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
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user