forked from extern/egroupware
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)
|
// This is where it ended up (milosch)
|
||||||
/* Since LDAP will return system accounts, there are a few we don't want to login. */
|
/* 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_users"] = array();
|
||||||
|
$phpgw_info["server"]["global_denied_groups"] = array();
|
||||||
|
|
||||||
class accounts_
|
class accounts_
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user