From 33f25528b185e27a0a2bd1c788e3eb6b6615725c Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Tue, 22 Mar 2016 17:16:37 -0400 Subject: [PATCH] LT-103: Set url and port attributes as empty to sign in natively as default --- config/siimDCM4CHEE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/siimDCM4CHEE.json b/config/siimDCM4CHEE.json index 7630a07c2..88da691bf 100644 --- a/config/siimDCM4CHEE.json +++ b/config/siimDCM4CHEE.json @@ -33,7 +33,7 @@ "port": "" }, "ldap": { - "url": "ldap://localhost", - "port": "10389" + "url": "", + "port": "" } } \ No newline at end of file