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 installRun tests with:
docker-compose run app bin/rakeContributing
Bug reports and pull requests are welcome on GitHub at https://github.com/krists/ad.