mirror of
https://github.com/osixia/container-openldap.git
synced 2026-09-24 23:39:55 -05:00
11 lines
211 B
Bash
Executable File
11 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dir=$(dirname $0)
|
|
. $dir/tools/config.prop
|
|
|
|
. $dir/tools/run-tls.sh
|
|
echo "ldapsearch -x -h $certCN -b dc=example,dc=com -ZZ"
|
|
ldapsearch -x -h $certCN -b dc=example,dc=com -ZZ
|
|
|
|
. $dir/tools/end-tls.sh
|