mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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");
|
include( PHPGW_INCLUDE_ROOT . "/phpgwapi/inc/class.common.inc.php");
|
||||||
|
|
||||||
$common = new common;
|
$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__);
|
$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()) {
|
while ($phpgw_setup->db->next_record()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user