fwininger / ruby-net-ldap-gss-spnego

Adapter for GSS-SPNEGO authentication in net-ldap gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-net-ldap-gss-spnego

Adapter for GSS-SPNEGO authentication in net-ldap gem

Installation

Add this line to your application's Gemfile:

gem 'net-ldap-gss-spnego'

And then execute:

$ bundle

Or install it yourself as:

$ gem install net-ldap-gss-spnego

Usage

require 'net/ldap/auth_adapter/gss_spnego'

ldap = Net::LDAP.new(
  auth: {
    method: :gss_spnego,
    username: 'administrator',
    password: 'Pa$$w0rd'
  }
)

About

Adapter for GSS-SPNEGO authentication in net-ldap gem

License:MIT License


Languages

Language:Ruby 100.0%