mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
fix typo
This commit is contained in:
parent
2c8054512b
commit
36477ca71d
|
@ -170,7 +170,7 @@ class SeedDMS_LdapAuthentication extends SeedDMS_Authentication {
|
|||
if($settings->_enableLoginByEmail) {
|
||||
$ldapsearchterm = "|(".$ldapsearchterm.")(mail=".$username.")";
|
||||
}
|
||||
/* If a ldap filter is set, it will be anded */
|
||||
/* If a ldap filter is set, it will be added */
|
||||
if($settings->_ldapFilter) {
|
||||
$ldapsearchterm = "&(".$ldapsearchterm.")".$settings->_ldapFilter;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user