From fdb7fe389fb72052564b48121713b62242a1cd81 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Mon, 24 Nov 2014 01:20:25 +0000 Subject: [PATCH] Remove debug option from protected config (allow it to be toggled through webui) --- templates/local.protected.php.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/local.protected.php.erb b/templates/local.protected.php.erb index aadafb4..1640c78 100644 --- a/templates/local.protected.php.erb +++ b/templates/local.protected.php.erb @@ -41,7 +41,6 @@ $conf['auth']['ldap']['mapping']['grps'] = array(); <%- @ldap_mapping_groups.each do |key, value| -%> $conf['auth']['ldap']['mapping']['grps']['<%= key %>'] = '<%= value %>'; <%- end -%> -$conf['auth']['ldap']['debug'] = 1; <%- end -%> $conf['manager'] = '<%= @manager %>';