Files
container-openldap/test/tls.sh
T
2014-06-17 21:40:31 +02:00

11 lines
199 B
Bash
Executable File

#!/bin/sh
dir=$(dirname $0)
. $dir/tools/config.prop
. $dir/tls/run.sh
echo "ldapsearch -x -h $certCN -b dc=example,dc=com -ZZ"
ldapsearch -x -h $certCN -b dc=example,dc=com -ZZ
. $dir/tls/end.sh