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