cschiewek / devise_ldap_authenticatable

Devise Module for LDAP
MIT License
594 stars 359 forks source link

Custom password encryption builder #154

Closed j1n6 closed 10 years ago

j1n6 commented 10 years ago

This PR create an option of using a custom password update encryption builder. Current rubygem net-ldap is rather out dated, the maintainer is not responding to contributions for x months now. Adding this options gives developers more flexibility not relying on net-ldap functions.

This PR helps people to use custom password encryptions like ssha, sha2 or ssha to improve security.