Registry / auth / go-ldap-ldap-v3

go-ldap-ldap-v3

JSON →
library3.4.13gogounverified

Package ldap provides basic LDAP v3 functionality for directory services.

go get github.com/go-ldap/ldap/v3
INSTALL
IMPORT
SIG · GO-LDAP-LDAP-V3
G
go-ldap-ldap-v3
authgov3.4.13
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/go-ldap/ldap/v3

Connects to an LDAP server.

package main import ( "fmt" "github.com/go-ldap/ldap/v3" ) func main() { conn, _ := ldap.Dial("tcp", "localhost:389") fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
Resources
go-ldap-ldap-v3 — go get go-ldap-ldap-v3 · libregistry