Registry / auth / ldap-v2

ldap-v2

JSON →
library2.5.1gogounverified

Package ldap provides basic LDAP v3 functionality.

go get gopkg.in/ldap.v2
INSTALL
IMPORT
SIG · LDAP-V2
L
ldap-v2
authgov2.5.1
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
gopkg.in/ldap.v2

Connect to an LDAP server

package main import ( "fmt" "gopkg.in/ldap.v2" ) func main() { l, err := ldap.Dial("tcp", "ldap.example.com:389") if err != nil { panic(err) } defer l.Close() fmt.Println("Connected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
ldap-v2 — go get ldap-v2 · libregistry