mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
Make use of accounts class only to set list of global_denied users;
This commit is contained in:
parent
25f3b8f34c
commit
33f42822d4
@ -25,7 +25,10 @@
|
||||
include( PHPGW_INCLUDE_ROOT . "/phpgwapi/inc/class.common.inc.php");
|
||||
|
||||
$common = new common;
|
||||
$phpgw_setup->loaddb();
|
||||
$phpgw_setup->loaddb();
|
||||
|
||||
$phpgw_info["server"]["auth_type"] = "ldap";
|
||||
$acct = CreateObject("phpgwapi.accounts");
|
||||
|
||||
$phpgw_setup->db->query("select config_name,config_value from phpgw_config where config_name like 'ldap%'",__LINE__,__FILE__);
|
||||
while ($phpgw_setup->db->next_record()) {
|
||||
|
Loading…
Reference in New Issue
Block a user