Registry / auth / nmcclain-ldap

nmcclain-ldap

JSON →
library0.0.0-20210720162743-7f8d1e44eebagogounverified

A Go LDAP (Lightweight Directory Access Protocol) client library.

go get github.com/nmcclain/ldap
INSTALL
IMPORT
SIG · NMCCLAIN-LDAP
N
nmcclain-ldap
authgov0.0.0-20210720162743-7f8d1e44eeba
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ldap
github.com/nmcclain/ldap

Connect to an LDAP server.

package main import ( "github.com/nmcclain/ldap" ) func main() { conn, err := ldap.Dial("tcp", "ldap.example.com:389") if err != nil { panic(err) } defer conn.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210720162743-7f8d1e44eebalatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
nmcclain-ldap — go get nmcclain-ldap · libregistry