Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lita-ldap

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lita-ldap

  • 0.1.2
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

lita-ldap

Lita handler for ldap operations.

Installation

Add lita-ldap to your Lita instance's Gemfile:

gem "lita-ldap"

Configuration

Lita.configure do |config|
  #required
  config.handlers.ldap.host = 'localhost'
  config.handlers.ldap.port = 1389
  config.handlers.ldap.bind_dn = 'cn=admin,dc=ldap,dc=example,dc=com'
  config.handlers.ldap.bind_password = 'admin'
  config.handlers.ldap.base_dn = 'dc=ldap,dc=example,dc=com'

  config.handlers.ldap.user_base_dn = 'ou=people' # append before base_dn
  config.handlers.ldap.group_base_dn = 'ou=groups' # append before base_dn
end

Usage

  • ldap search user nexus
  • ldap search group nx-admin
  • ldap search with filter 'cn=gerrit'
  • ldap show dn 'cn=gerrit,ou=people,dc=ldap,dc=example,dc=com'
  • ldap delete dn 'cn=gerrit,ou=people,dc=ldap,dc=example,dc=com'
  • ldap delete tree dn 'ou=people,dc=ldap,dc=example,dc=com' #if supported
  • ldap root dse

FAQs

Package last updated on 08 Jul 2016

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