Skip to content

timgremore/dapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages