mirror of
https://github.com/osixia/container-openldap.git
synced 2026-09-24 07:25:17 -05:00
11 lines
199 B
Bash
Executable File
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
|