summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/redmine/files/no_ldap-2.2.4.patch')
-rw-r--r--www-apps/redmine/files/no_ldap-2.2.4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/www-apps/redmine/files/no_ldap-2.2.4.patch b/www-apps/redmine/files/no_ldap-2.2.4.patch
new file mode 100644
index 0000000..ad654be
--- /dev/null
+++ b/www-apps/redmine/files/no_ldap-2.2.4.patch
@@ -0,0 +1,11 @@
+--- lib/redmine.rb.old 2013-02-03 19:09:11.267220350 +0400
++++ lib/redmine.rb 2013-02-03 19:09:17.992220522 +0400
+@@ -186,8 +186,6 @@
+ :html => {:class => 'custom_fields'}
+ menu.push :enumerations, {:controller => 'enumerations'}
+ menu.push :settings, {:controller => 'settings'}
+- menu.push :ldap_authentication, {:controller => 'auth_sources', :action => 'index'},
+- :html => {:class => 'server_authentication'}
+ menu.push :plugins, {:controller => 'admin', :action => 'plugins'}, :last => true
+ menu.push :info, {:controller => 'admin', :action => 'info'}, :caption => :label_information_plural, :last => true
+ end