mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Add empty denied_groups array
This commit is contained in:
parent
d7c287e6e4
commit
f71cf2e0d6
@ -32,6 +32,7 @@
|
||||
// This is where it ended up (milosch)
|
||||
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
||||
$phpgw_info["server"]["global_denied_users"] = array();
|
||||
$phpgw_info["server"]["global_denied_groups"] = array();
|
||||
|
||||
class accounts_
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user