Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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 = '%s@domain.com' 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc