go-ldap/ldap
Basic LDAP v3 functionality for the GO programming language. observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 98
- Release rhythm 69
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 120
- age_days: 4340
- days_rel: 49
- days_push: 13
- n_releases_24m: 6
Adoption not part of the score
2448 stars · 385 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing basic LDAP v3 client functionality, implementing RFC 4511 and related specifications. It supports connecting to LDAP servers, bind operations, searches, modifications, and extended operations and controls.
Use cases
- authenticate users against Active Directory or LDAP from a Go app
- search an LDAP directory for users and groups
- modify or add entries in an LDAP server
- sync directory contents using LDAP content synchronization
- change user passwords via the LDAP password modify extension
When to choose
- you need a pure-Go LDAP client without cgo dependencies
- you need standard LDAPv3 operations including paging, sorting, and controls
- you are building Go services that integrate with directory servers like OpenLDAP or Active Directory
When to avoid
- you need an LDAP server implementation rather than a client
- you need advanced features like full GSSAPI/Kerberos ticket handling outside simple bind support
- you are not working in the Go ecosystem
Facets
library · maturity stable
auth database-driver search-engine serialization developer-tools security backend networking go cross-platform ldap ldapv3 directory-services rfc4511 active-directory
1 source
- readme: https://github.com/go-ldap/ldap · fetched 2026-08-28 · 31cefdda20ad
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-ldap/ldap | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem