svg
This commit is contained in:
4
services/30-openldap/volume/nine/check.sh
Executable file
4
services/30-openldap/volume/nine/check.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
ldapsearch -x -H ldap://${LDAP_HOST}:${LDAP_PORT} -D ${LDAP_USER} -b ${LDAP_BASEDN} -w ${LDAP_PASSWORD}
|
||||
exit 0
|
Reference in New Issue
Block a user