]> source.dussan.org Git - redmine.git/commit
Adds support for SCM/LDAP passwords encryption in the database (#7411).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Feb 2011 13:09:25 +0000 (13:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 26 Feb 2011 13:09:25 +0000 (13:09 +0000)
commita78d5659593d9fcce02a24a95c0ca0d111706465
tree6b729c9b4f6d1413af78c5fe59a2a29bbc954b44
parente1ad561cf652713bbdebe2d60fc4c680fb367ec1
Adds support for SCM/LDAP passwords encryption in the database (#7411).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4950 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/auth_source.rb
app/models/auth_source_ldap.rb
app/models/repository.rb
config/configuration.yml.example
db/migrate/20110226120112_change_repositories_password_limit.rb [new file with mode: 0644]
db/migrate/20110226120132_change_auth_sources_account_password_limit.rb [new file with mode: 0644]
lib/redmine/ciphering.rb [new file with mode: 0644]
lib/tasks/ciphering.rake [new file with mode: 0644]
test/unit/lib/redmine/ciphering_test.rb [new file with mode: 0644]