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

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

simple_ldap_authenticator

1.2.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.

Example Usage:

require 'simple_ldap_authenticator' require 'logger'

SimpleLdapAuthenticator.servers = %w'dc1.domain.com dc2.domain.com' SimpleLdapAuthenticator.use_ssl = true SimpleLdapAuthenticator.login_format = '%[email protected]' SimpleLdapAuthenticator.logger = Logger.new($stdout)

SimpleLdapAuthenticator.valid?(username, password)

=> true or false (or raise if there is an issue connecting to the server)

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

FAQs

Package last updated on 16 Sep 2024

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 »