mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
108f55128f
commit
4044e56a03
@ -42,6 +42,13 @@ class LdapUserBackend extends Repository implements UserBackendInterface
|
|||||||
*/
|
*/
|
||||||
protected $filter;
|
protected $filter;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The columns which are not permitted to be queried
|
||||||
|
*
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
protected $filterColumns = array('user');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default sort rules to be applied on a query
|
* The default sort rules to be applied on a query
|
||||||
*
|
*
|
||||||
@ -250,6 +257,7 @@ class LdapUserBackend extends Repository implements UserBackendInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->queryColumns[$this->userClass] = array(
|
$this->queryColumns[$this->userClass] = array(
|
||||||
|
'user' => $this->userNameAttribute,
|
||||||
'user_name' => $this->userNameAttribute,
|
'user_name' => $this->userNameAttribute,
|
||||||
'is_active' => 'unknown', // msExchUserAccountControl == 2/512/514? <- AD LDAP
|
'is_active' => 'unknown', // msExchUserAccountControl == 2/512/514? <- AD LDAP
|
||||||
'created_at' => 'whenCreated', // That's AD LDAP,
|
'created_at' => 'whenCreated', // That's AD LDAP,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user