From da2e5c835aedb8a9f7fbebd5c705b549d9ff8a89 Mon Sep 17 00:00:00 2001 From: Heiko Robert Date: Thu, 14 Jul 2016 15:06:31 +0200 Subject: [PATCH] removed unnecessary comments --- application/Espo/Core/Utils/Authentication/LDAP.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/application/Espo/Core/Utils/Authentication/LDAP.php b/application/Espo/Core/Utils/Authentication/LDAP.php index dd8227703a..00d8085918 100644 --- a/application/Espo/Core/Utils/Authentication/LDAP.php +++ b/application/Espo/Core/Utils/Authentication/LDAP.php @@ -51,19 +51,6 @@ class LDAP extends Base { parent::__construct($config, $entityManager, $auth); -/* - - $this->fields = array( - 'userName' => $parent.getConfig().get('ldapUserNameAttribute') , - 'firstName' => $parent.getConfig().get('ldapUserFirstNameAttribute'), - 'lastName' => $parent.getConfig().get('ldapUserLastNameAttribute') , - 'title' => $parent.getConfig().get('ldapUserTitleAttribute') , - 'emailAddress' => $parent.getConfig().get('ldapUserEmailAddressAttribute') , - 'phoneNumber' => $parent.getConfig().get('ldapUserPhoneNumberAttribute') , - ); - - */ - $this->zendLdap = new LDAP\LDAP(); $this->utils = new LDAP\Utils($config); }