Sha256: ec58b2feeba9f2921335a8d9065cad294506d02ffe4e6e2df1055b0d2e5dcacb

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 Bytes

Contents

# bn-ldap-authentication

This gem allows you to authenticate users using ldap

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'bn-ldap-authentication'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install bn-ldap-authentication

## Usage

To use the gem pass a hash containing the users user_id and password to the send_ldap_request method allow with the
ldap server configuration parameters. The send_ldap_request method will then return the user's information

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bn-ldap-authentication-0.1.4 README.md
bn-ldap-authentication-0.1.3 README.md
bn-ldap-authentication-0.1.2 README.md