-
Notifications
You must be signed in to change notification settings - Fork 0
timgremore/dapper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple library to validate usernames and passwords against an LDAP server. Installation via Gemfile: gem 'dapper', git: "[email protected]:timgremore/dapper.git" =========================== Config file development: host: 1.2.3.4 base: dc=domain,dc=edu username: my_user password: my_password attrs: mail givenname sn result_set_limit: 100 =========================== Usage class User include Dapper has_ldap_connection "<path to ldap.yml>" end
About
Simple library to assist in ldap authentication.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published