{"id":13463332,"url":"https://github.com/ruby-ldap/ruby-net-ldap","last_synced_at":"2025-05-13T17:12:08.777Z","repository":{"id":40346037,"uuid":"1509861","full_name":"ruby-ldap/ruby-net-ldap","owner":"ruby-ldap","description":"Pure Ruby LDAP library ","archived":false,"fork":false,"pushed_at":"2024-12-07T21:27:08.000Z","size":1498,"stargazers_count":399,"open_issues_count":82,"forks_count":252,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-17T11:50:21.233Z","etag":null,"topics":["hacktoberfest","ldap","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/net-ldap","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruby-ldap.png","metadata":{"files":{"readme":"README.rdoc","changelog":"History.rdoc","contributing":"CONTRIBUTING.md","funding":null,"license":"License.rdoc","code_of_conduct":null,"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":"2011-03-22T03:52:14.000Z","updated_at":"2025-03-06T02:05:33.000Z","dependencies_parsed_at":"2023-01-24T17:45:52.907Z","dependency_job_id":"a0cbba81-e73d-49f7-9da5-4b2b25fd5527","html_url":"https://github.com/ruby-ldap/ruby-net-ldap","commit_stats":{"total_commits":1041,"total_committers":127,"mean_commits":8.196850393700787,"dds":0.7809798270893371,"last_synced_commit":"75c0bcbda4b91f981fb6b88896346d3259de20a1"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-ldap%2Fruby-net-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-ldap%2Fruby-net-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-ldap%2Fruby-net-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruby-ldap%2Fruby-net-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruby-ldap","download_url":"https://codeload.github.com/ruby-ldap/ruby-net-ldap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366710,"owners_count":21418770,"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":["hacktoberfest","ldap","ruby"],"created_at":"2024-07-31T13:00:51.174Z","updated_at":"2025-04-23T23:21:43.567Z","avatar_url":"https://github.com/ruby-ldap.png","language":"Ruby","funding_links":[],"categories":["Security","Ruby","Uncategorized"],"sub_categories":["LDAP","Uncategorized"],"readme":"= Net::LDAP for Ruby \n{\u003cimg src=\"https://badge.fury.io/rb/net-ldap.svg\" alt=\"Gem Version\" /\u003e}[https://badge.fury.io/rb/net-ldap]\n{\u003cimg src=\"https://travis-ci.org/ruby-ldap/ruby-net-ldap.svg\" /\u003e}[https://travis-ci.org/ruby-ldap/ruby-net-ldap]\n\n== Description\n\nNet::LDAP for Ruby (also called net-ldap) implements client access for the\nLightweight Directory Access Protocol (LDAP), an IETF standard protocol for\naccessing distributed directory services. Net::LDAP is written completely in\nRuby with no external dependencies. It supports most LDAP client features and a\nsubset of server features as well.\n\nNet::LDAP has been tested against modern popular LDAP servers including\nOpenLDAP and Active Directory. The current release is mostly compliant with\nearlier versions of the IETF LDAP RFCs (2251–2256, 2829–2830, 3377, and 3771).\nOur roadmap for Net::LDAP 1.0 is to gain full \u003cem\u003eclient\u003c/em\u003e compliance with\nthe most recent LDAP RFCs (4510–4519, plus portions of 4520–4532).\n\n== Where\n\n* {GitHub}[https://github.com/ruby-ldap/ruby-net-ldap]\n* {ruby-ldap@googlegroups.com}[http://groups.google.com/group/ruby-ldap]\n\n== Synopsis\n\nSee {Net::LDAP on rubydoc.info}[https://www.rubydoc.info/github/ruby-ldap/ruby-net-ldap/Net/LDAP] for documentation and usage samples.\n\n== Requirements\n\nNet::LDAP requires a Ruby 2.0.0 compatible interpreter or better.\n\n== Install\n\nNet::LDAP is a pure Ruby library. It does not require any external libraries.\nYou can install the RubyGems version of Net::LDAP available from the usual\nsources.\n\n  gem install net-ldap\n\nSimply require either 'net-ldap' or 'net/ldap'.\n\n== Extensions\n\nThis library focuses on the core LDAP RFCs referenced in the description.\nHowever, we recognize there are commonly used extensions to the spec that are\nuseful. If there is another library which handles it, we list it here.\n\n* {resolv-srv}[https://rubygems.org/gems/resolv-srv]: Support RFC2782 SRV record lookup and failover\n\n== Develop\n\nThis task will run the test suite and the\n{RuboCop}[https://github.com/bbatsov/rubocop] static code analyzer.\n\n  rake rubotest\n\nCI takes too long? If your local box supports\n{Docker}[https://www.docker.com/], you can also run integration tests locally.\nSimply run:\n\n  script/ldap-docker\n  INTEGRATION=openldap rake test\n  \nOr, use {Docker Compose}[https://docs.docker.com/compose/]. See docker-compose.yml for available Ruby versions.\n\n    docker-compose run ci-2.7\n\nCAVEAT: you need to add the following line to /etc/hosts\n    127.0.0.1 ldap.example.org\n    127.0.0.1 cert.mismatch.example.org\n\n== Release\n\nThis section is for gem maintainers to cut a new version of the gem.\n\n* Check out a new branch `release-VERSION`\n* Update lib/net/ldap/version.rb to next version number X.X.X following {semver}[http://semver.org/].\n* Update `History.rdoc`. Get latest changes with `script/changelog`\n* Open a pull request with these changes for review\n* After merging, on the master branch, run `script/release`\n\n:include: Contributors.rdoc\n\n:include: License.rdoc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-ldap%2Fruby-net-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruby-ldap%2Fruby-net-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruby-ldap%2Fruby-net-ldap/lists"}