This commit is contained in:
Yuri Kuznetsov
2020-09-30 12:17:58 +03:00
parent 56737f5d67
commit 8e65f2d375
@@ -224,12 +224,7 @@ class LDAP extends Espo
}
/**
* Login by authorization token
*
* @param string $username
* @param \Espo\Entities\AuthToken $authToken
*
* @return \Espo\Entities\User | null
* Login by authorization token.
*/
protected function loginByToken($username, AuthToken $authToken = null)
{
@@ -348,11 +343,7 @@ class LDAP extends Espo
}
/**
* Check and convert filter item into LDAP format
*
* @param string $filter E.g. "memberof=CN=externalTesters,OU=groups,DC=espo,DC=local"
*
* @return string
* Check and convert filter item into LDAP format.
*/
protected function convertToFilterFormat($filter)
{