mirror of
https://github.com/osixia/container-openldap.git
synced 2026-09-24 15:30:18 -05:00
10 lines
183 B
Bash
Executable File
10 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
|
|
dir=$(dirname $0)
|
|
. $dir/tools/run-container.sh
|
|
|
|
echo "ldapsearch -x -h $IP -b dc=example,dc=com"
|
|
ldapsearch -x -h $IP -b dc=example,dc=com
|
|
|
|
$dir/tools/delete-container.sh
|