Fixing missing policy for autocreated user when parent domain has none. Patch was send by gfa.
This commit is contained in:
@@ -467,6 +467,10 @@ $conf['app']['autocreate_wbl_users'] = true;
|
||||
$conf['app']['release_when_listing'] = true;
|
||||
$conf['app']['delete_when_listing'] = true;
|
||||
|
||||
// Use database defaults when auto-creating users
|
||||
// if there is no domain policy set
|
||||
$conf['app']['use_sql_defaults'] = true;
|
||||
|
||||
|
||||
include_once('init.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user