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/mattermost/ldap
Connect to an LDAP server
package main
import (
"fmt"
"github.com/mattermost/ldap"
)
func main() {
conn, _ := ldap.Dial("tcp", "ldap.example.com:389")
defer conn.Close()
fmt.Println("Connected")
}
Debug
Known issues
gotchaVersion 3.0.4+incompatible uses a pre-modules versioning scheme; consider using a newer major version if available.fixCheck for a newer major version or use the +incompatible tag as needed.
affects: 3.0.4+incompatible
Upgrade
Version history
3.0.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.