Pass through manager and superuser parameters to configuration file
This commit is contained in:
@@ -44,6 +44,6 @@ $conf['auth']['ldap']['mapping']['grps']['<%= key %>'] = '<%= value %>';
|
||||
$conf['auth']['ldap']['debug'] = 1;
|
||||
<%- end -%>
|
||||
|
||||
$conf['manager'] = '<%= @management_group %>';
|
||||
$conf['superuser'] = '<%= @management_group %>';
|
||||
$conf['manager'] = '<%= @manager %>';
|
||||
$conf['superuser'] = '<%= @superuser %>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user