From fa11f01258b97b15adadac1c0d6cb7ac641439d0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 14 Oct 2014 08:52:11 +0000 Subject: [PATCH] * Admin/LDAP: show LDAP extra attributes shell/homedir, if enabled in setup --- admin/inc/class.admin_account.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/inc/class.admin_account.inc.php b/admin/inc/class.admin_account.inc.php index 6dc40db30c..cc3482e5c0 100644 --- a/admin/inc/class.admin_account.inc.php +++ b/admin/inc/class.admin_account.inc.php @@ -82,7 +82,7 @@ class admin_account } // should we show extra ldap attributes home-directory and login-shell $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();