]> source.dussan.org Git - redmine.git/commit
Refactor AuthSourcesController to support non-LDAP sources. #1131
authorEric Davis <edavis@littlestreamsoftware.com>
Sun, 23 May 2010 03:16:31 +0000 (03:16 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Sun, 23 May 2010 03:16:31 +0000 (03:16 +0000)
commit715c9d16ef2c2effbc614dace8b50d145e703b80
tree5050ba97c118471ff54a17969c7d184d1a11d328
parenta1f73c8b20317702d4b892c5b47f0b6c62a657e2
Refactor AuthSourcesController to support non-LDAP sources. #1131

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3744 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/auth_sources_controller.rb
app/controllers/ldap_auth_sources_controller.rb [new file with mode: 0644]
app/views/admin/_menu.rhtml
app/views/auth_sources/_form.html.erb [new file with mode: 0644]
app/views/auth_sources/_form.rhtml [deleted file]
app/views/ldap_auth_sources/_form.rhtml [new file with mode: 0644]
app/views/settings/_authentication.rhtml
test/functional/auth_sources_controller_test.rb [new file with mode: 0644]
test/functional/ldap_auth_sources_controller.rb [new file with mode: 0644]