Project

ad

0.0
Low commit activity in last 3 years
No release in over a year
A wrapper around Ruby's net-ldap library to ease authentication and record finding
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 5.0
~> 0.12
~> 13.0

Runtime

 Project Readme

AD

A wrapper around Ruby's net-ldap library to ease authentication and record finding

Installation

Add this line to your application's Gemfile:

  gem "ad", "~> 1.0.0"

And then execute:

$ bundle

Or install it yourself as:

$ gem install ad

Development

Install Docker and Docker Compose

Install dependecies with:

  docker-compose run app bundler install

Run tests with:

  docker-compose run app bin/rake

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/krists/ad.