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.