mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-19 20:39:59 +01:00
* Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup
This commit is contained in:
parent
9d54bfacb1
commit
8a2a263f70
@ -82,7 +82,7 @@ class admin_account
|
|||||||
}
|
}
|
||||||
// should we show extra ldap attributes home-directory and login-shell
|
// should we show extra ldap attributes home-directory and login-shell
|
||||||
$account['ldap_extra_attributes'] = $GLOBALS['egw_info']['server']['ldap_extra_attributes'] &&
|
$account['ldap_extra_attributes'] = $GLOBALS['egw_info']['server']['ldap_extra_attributes'] &&
|
||||||
get_class($GLOBALS['egw']->accounts) === 'accounts_ldap';
|
get_class($GLOBALS['egw']->accounts->backend) === 'accounts_ldap';
|
||||||
|
|
||||||
$readonlys = array();
|
$readonlys = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user