From cc4ec977c5762409d69ed2423d801027f3ad7836 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Sun, 27 Dec 2020 19:30:47 +0000 Subject: [PATCH] Update 'index.sh' --- index.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.sh b/index.sh index 83d9939..6bbb754 100755 --- a/index.sh +++ b/index.sh @@ -11,7 +11,7 @@ source lib/mo # Set some variables for the test of the file ## TODO! Dont hard code these values. -export ldap_host="192.168.1.55" +export ldap_host="10.2.0.55" export ldap_base_dn="dc=theta42,dc=com" export ldap_admin_dn="cn=admin,dc=theta42,dc=com"