{"id":73223,"library":"nmcclain-ldap","title":"LDAP","description":"A Go LDAP (Lightweight Directory Access Protocol) client library.","status":"active","version":"0.0.0-20210720162743-7f8d1e44eeba","language":"go","source_language":null,"source_url":"https://github.com/nmcclain/ldap","tags":["ldap","authentication","directory","network"],"install":[{"cmd":"go get github.com/nmcclain/ldap","lang":"bash","label":"Install github.com/nmcclain/ldap"}],"dependencies":[],"imports":[{"symbol":"ldap","correct":"github.com/nmcclain/ldap"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/nmcclain/ldap\"\n)\n\nfunc main() {\n\tconn, err := ldap.Dial(\"tcp\", \"ldap.example.com:389\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n}","lang":"go","description":"Connect to an LDAP server."},"warnings":[],"env_vars":null,"search_vec":"'access':7 'authent':12 'client':9 'directori':6,13 'go':3 'ldap':1,4,11 'librari':10 'lightweight':5 'network':14 'protocol':8","created_at":"2026-06-17T18:48:55.169074+00:00","updated_at":"2026-06-17T18:48:55.169074+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nmcclain/ldap","github":"https://github.com/nmcclain/ldap","docs":"https://pkg.go.dev/github.com/nmcclain/ldap#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}