Registry / auth / mattermost-ldap

mattermost-ldap

JSON →
library3.0.4+incompatiblegogounverified

Package ldap provides basic LDAP v3 functionality.

go get github.com/mattermost/ldap
INSTALL
IMPORT
SIG · MATTERMOST-LDAP
M
mattermost-ldap
authgov3.0.4+incompatible
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/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.
fix
Check 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.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
mattermost-ldap — go get mattermost-ldap · libregistry