From 7e7b246f42a93386f8be3fee6194bdcf4ea58ba3 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Mon, 7 Mar 2016 09:38:42 -0300 Subject: [PATCH] Close #2409; Remove unused code --- server/lib/ldap.coffee | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 server/lib/ldap.coffee diff --git a/server/lib/ldap.coffee b/server/lib/ldap.coffee deleted file mode 100644 index f93f711ea34..00000000000 --- a/server/lib/ldap.coffee +++ /dev/null @@ -1,5 +0,0 @@ -Meteor.startup -> - if RocketChat.settings.get 'LDAP_Url' - LDAP_DEFAULTS.url = RocketChat.settings.get 'LDAP_Url' - LDAP_DEFAULTS.port = RocketChat.settings.get 'LDAP_Port' if RocketChat.settings.get 'LDAP_Port' - LDAP_DEFAULTS.dn = RocketChat.settings.get 'LDAP_DN' or false \ No newline at end of file