summaryrefslogtreecommitdiffstats
path: root/scripts/ds-ssl-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ds-ssl-test.sh')
-rwxr-xr-xscripts/ds-ssl-test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/ds-ssl-test.sh b/scripts/ds-ssl-test.sh
new file mode 100755
index 0000000..83e85e5
--- /dev/null
+++ b/scripts/ds-ssl-test.sh
@@ -0,0 +1,6 @@
+#!/bin/sh -x
+
+yum install mozldap-tools -y
+
+/usr/lib64/mozldap/ldapsearch -Z -h `hostname` -p 636 -D 'cn=Directory Manager' -w Secret123 \
+ -P /etc/dirsrv/slapd-pki-tomcat -b "dc=example,dc=com" "objectclass=*"