README.md in devise_ldap_authenticatable-0.4.5 vs README.md in devise_ldap_authenticatable-0.4.6

- old
+ new

@@ -30,11 +30,11 @@ This will *only* work for Rails 3 applications. In the Gemfile for your application: gem "devise", "1.1.2" - gem "devise_ldap_authenticatable", "0.4.5" + gem "devise_ldap_authenticatable" To get the latest version, pull directly from github instead of the gem: gem "devise_ldap_authenticatable", :git => "git://github.com/cschiewek/devise_ldap_authenticatable.git" @@ -93,10 +93,9 @@ * ldap\_update\_password _(default: true)_ * When doing password resets, if true will update the LDAP server. Requires admin password in the ldap.yml * ldap\_check\_group_membership _(default: false)_ * When set to true, the user trying to login will be checked to make sure they are in all of groups specified in the ldap.yml file. - * ldap\_check\_attributes _(default: false)_ * When set to true, the user trying to login will be checked to make sure they have all of the attributes in the ldap.yml file. * ldap\_use\_admin\_to\_bind _(default: false)_