{"id":20534679,"url":"https://github.com/qbit/openbsd-ypldap","last_synced_at":"2026-03-08T17:39:13.522Z","repository":{"id":136346518,"uuid":"135726689","full_name":"qbit/openbsd-ypldap","owner":"qbit","description":"ypldap configuration to authenticate against an OpenBSD ldap server","archived":false,"fork":false,"pushed_at":"2019-01-05T20:13:43.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T03:16:34.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-06-01T14:18:42.000Z","updated_at":"2019-02-25T15:38:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6d126b9-0ee0-48d0-8d5b-c70348485edd","html_url":"https://github.com/qbit/openbsd-ypldap","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qbit/openbsd-ypldap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-ypldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-ypldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-ypldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-ypldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qbit","download_url":"https://codeload.github.com/qbit/openbsd-ypldap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qbit%2Fopenbsd-ypldap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27478920,"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","status":"online","status_checked_at":"2025-12-03T02:00:06.367Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T00:27:42.909Z","updated_at":"2025-12-03T17:01:59.960Z","avatar_url":"https://github.com/qbit.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"openbsd-ypldap\n=============\n\nThis role configures an OpenBSD machine to authenticate against an ldap server.\n\nRequirements\n------------\n\n- OpenBSD\n\n\nRole Variables\n--------------\n\n| Variable | Default Value | Description |\n| -------- | ------------- | ----------- |\n| `ypldap_interval` | 60 | Number of seconds `ypldap` should query `ldap_server` for user information. |\n| `ldap_server` | \"127.0.0.1\" | Server running LDAP. | \n| `ldaps` | True | Should we connect to `ldap_server` using TLS? |\n| `cafile` | undefined | Path to the CA file. By default, if no `cafile` is specified, `/etc/ssl/cert.pem` is used. | \n| `ldap_domain` | \"bolddaemon\" | This is the name of your domain. If your FQDN was \"example.com\", this value would be \"example\". |\n| `ldap_tld` | \"com\" | The TLD of your domain. If your FQDN is \"example.com\", this would be \"com\". |\n| `ldap_admin` | \"admin\" | The `rootdn`. This will ultimately resolve to: `cn={{ ldap_admin }},dc={{ ldap_domain }},dc={{ ldap_tld }}`. |\n| `ldap_admin_pass` | \"welcome\" | Password for `rootdn`. This will be piped to `encrypt(1)` and stored in `/etc/ldapd.conf` as a hash.|\n\nDependencies\n------------\n\n- OpenBSD\n\nExample Playbook\n----------------\n\n    - hosts: openbsd_ypldap_clients\n      roles:\n         - { role: ypldap, tags: [\"clients\", \"ypldap\"] }\n\nLicense\n-------\n\n```\n/*\n * Copyright (c) 2018 Aaron Bieber \u003caaron@bolddaemon.com\u003e\n *\n * Permission to use, copy, modify, and distribute this software for any\n * purpose with or without fee is hereby granted, provided that the above\n * copyright notice and this permission notice appear in all copies.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n */\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fopenbsd-ypldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqbit%2Fopenbsd-ypldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqbit%2Fopenbsd-ypldap/lists"}