You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

github.com/chauhanr/cldap

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/chauhanr/cldap

v0.0.0-20200328185241-09e3b1f503ab
Source
Go
Version published
Created
Source

cldap

A cldap is a command line utility that helps create a client for interacting with LDAP server. There are several commands that can be used ot interact with the cldap CLI.

  • Config
  • Login

Config File sample to save preferenaces.

ldap: 
  client: 
    base: 
    bind-dn:
    bind-password:
    group-filter:
    user-filter:
    server-name: 
    host: 
    port: 
    skip-verify:
    attributes: 
     - cn
     - surname
     - givenName 
  creds: 
    username:
    password: 

FAQs

Package last updated on 28 Mar 2020

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