Registry / auth / lor00x-goldap

lor00x-goldap

JSON →
library0.0.0-20180618054307-a546dffdd1a3gogounverified

Package goldap provides LDAP client functionality.

go get github.com/lor00x/goldap
INSTALL
IMPORT
SIG · LOR00X-GOLDAP
L
lor00x-goldap
authgov0.0.0-20180618054307-a546dffdd1a3
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.

goldap
github.com/lor00x/goldap

Connects to an LDAP server

package main import ( "fmt" "github.com/lor00x/goldap" ) func main() { // Example: connect to LDAP server conn, err := goldap.Dial("tcp", "localhost:389") if err != nil { panic(err) } fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180618054307-a546dffdd1a3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
lor00x-goldap — go get lor00x-goldap · libregistry