{"id":13648626,"url":"https://github.com/kanidm/ldap3","last_synced_at":"2025-12-12T11:42:30.071Z","repository":{"id":54487533,"uuid":"266479821","full_name":"kanidm/ldap3","owner":"kanidm","description":"Rust LDAP3 Server Protocol Library","archived":false,"fork":false,"pushed_at":"2025-04-01T01:41:23.000Z","size":158,"stargazers_count":58,"open_issues_count":1,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-01T11:06:51.537Z","etag":null,"topics":["ldap","ldap-server"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kanidm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-24T05:58:52.000Z","updated_at":"2025-04-01T01:41:23.000Z","dependencies_parsed_at":"2023-11-14T23:26:53.030Z","dependency_job_id":"07cbf9f6-ef03-4787-97d1-cd78b87b0b61","html_url":"https://github.com/kanidm/ldap3","commit_stats":{"total_commits":63,"total_committers":6,"mean_commits":10.5,"dds":0.1428571428571429,"last_synced_commit":"27eb7b22828d50a192da27163175010480f92d56"},"previous_names":["kanidm/ldap3_proto"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanidm%2Fldap3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanidm%2Fldap3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanidm%2Fldap3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanidm%2Fldap3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanidm","download_url":"https://codeload.github.com/kanidm/ldap3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847610,"owners_count":21006100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ldap","ldap-server"],"created_at":"2024-08-02T01:04:24.511Z","updated_at":"2025-12-12T11:42:24.765Z","avatar_url":"https://github.com/kanidm.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Ldap3 Protocol Bindings and Async Client\n\nThis is a work-in-progress of LDAP3 protocol bindings and an async client library.\n\nThis is *not* an LDAP3 server - it is the required parts to allow you to build one\nusing a TCP/TLS server. You will and should develop your own state machine, and\nshould consider the many security risks of LDAP3 such as filter stack limits,\nrequest sizelimits, number of entries limited in results, binds and how you\ncheck access controls, and more.\n\n## Structure\n\n### Proto\n\nThis library contains all the needed protocol bindings, mapped to their BER structures\nin `proto`, as well as a set of `simple` wrappers of common operations required for\na server, discarding many of the esoteric options that are generally not required.\n\n### Client\n\nThe client is a tokio based async client library. It is still in development, so not\nall features are supported.\n\n### Cli\n\nThis is a thin wrapper over the async client for minimal usage and testing.\n\n## Protocol Support ScoreCard\n\n| name | from rfc | implemented? |\n| ---- | -------- | ------------ |\n| bind | rfc4511  | ✅ (Support Both Simple and SASL bind (Security Providers Not included), see below) |\n| unbind | rfc4511 | ✅ |\n| search | rfc4511 | ✅ |\n| filter | rfc4511 | ✅ |\n| modify | rfc4511 | ✅ |\n| add | rfc4511 | ✅ |\n| delete | rfc4511 | ✅ |\n| modRDN | rfc4511 | ✅ |\n| compare | rfc4511 | ✅ |\n| abandon | rfc4511 | ✅ |\n| extended | rfc4511 | ✅ (may need extension) |\n| whoami | rfc4532 | ✅ |\n| disconnection notice | rfc4511 | ✅ |\n| content sync | rfc4533 | ✅ |\n\n## Things we won't add\n\nStartTLS has a number of security issues compared to LDAPS, and should *not* be used, or developed\nas it is not only more complex, but also worse than LDAPS. Use LDAPS.\n\nSASL is highly complex, and only a few clients require it over a simple bind.\nOur support is limited to the SASL binding authentication interface, \nfor which an example is available under the './proto' crate.\nUsers are free to choose any security provider they prefer. \nHowever, we do not support the SASL transport encryption layer or any implementations of security providers,\nas these are overly complicated and do not align with our crate's objectives. If encryption is a necessity, we recommend using LDAPS instead.\n\n## Notes:\n\nLDAP - the trashfire we have, not the trashfire we want.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanidm%2Fldap3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanidm%2Fldap3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanidm%2Fldap3/lists"}