From d2cc01d76e69f8d3602c5181263b95cbcd1c79a3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 20 Jul 2017 07:28:26 +0200 Subject: Added DS scripts. --- scripts/ds-ldapi-enable.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/ds-ldapi-enable.sh (limited to 'scripts/ds-ldapi-enable.sh') diff --git a/scripts/ds-ldapi-enable.sh b/scripts/ds-ldapi-enable.sh new file mode 100755 index 0000000..9e033b9 --- /dev/null +++ b/scripts/ds-ldapi-enable.sh @@ -0,0 +1,10 @@ +#!/bin/sh -x + +ldapmodify -h `hostname` -p 389 -D "cn=Directory Manager" -w Secret123 -x <