🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

jeremyevans-simple_ldap_authenticator

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jeremyevans-simple_ldap_authenticator

1.0.0
Rubygems
Version published
Maintainers
1
Created
Source

SimpleLdapAuthenticator

Allows for simple authentication to an LDAP server with a minimum of configuration. Requires either Ruby/LDAP or Net::LDAP.

Usage is fairly simple: require 'simple_ldap_authenticator' SimpleLdapAuthenticator.servers = %w'dc1.domain.com dc2.domain.com' SimpleLdapAuthenticator.use_ssl = true SimpleLdapAuthenticator.login_format = '%s @domain.com' SimpleLdapAuthenticator.logger = RAILS_DEFAULT_LOGGER class LoginController < ApplicationController def login return redirect_to(:action=>'try_again') unless
SimpleLdapAuthenticator.valid?(params[:username],
params[:password])
session[:username] = params[:username] end end

github: http://github.com/jeremyevans/simple_ldap_authenticator/tree/master

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

OSZAR »