mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Make use of accounts class only to set list of global_denied users;
This commit is contained in:
parent
25f3b8f34c
commit
33f42822d4
@ -27,6 +27,9 @@
|
||||
$common = new common;
|
||||
$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()) {
|
||||
$config[$phpgw_setup->db->f("config_name")] = $phpgw_setup->db->f("config_value");
|
||||
|
Loading…
Reference in New Issue
Block a user