{"id":40993404,"url":"https://github.com/hellofresh/ansible-sssd-ldap","last_synced_at":"2026-01-22T08:04:24.116Z","repository":{"id":44624451,"uuid":"119078783","full_name":"hellofresh/ansible-sssd-ldap","owner":"hellofresh","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-07T05:35:27.000Z","size":96,"stargazers_count":22,"open_issues_count":6,"forks_count":8,"subscribers_count":207,"default_branch":"master","last_synced_at":"2025-12-01T06:49:44.832Z","etag":null,"topics":["open-source","wiz-reliability-platform-cloud-runtime"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellofresh.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-01-26T16:58:04.000Z","updated_at":"2025-10-07T05:35:31.000Z","dependencies_parsed_at":"2024-11-27T14:47:14.368Z","dependency_job_id":null,"html_url":"https://github.com/hellofresh/ansible-sssd-ldap","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/hellofresh/ansible-sssd-ldap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Fansible-sssd-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Fansible-sssd-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Fansible-sssd-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Fansible-sssd-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellofresh","download_url":"https://codeload.github.com/hellofresh/ansible-sssd-ldap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellofresh%2Fansible-sssd-ldap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658976,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["open-source","wiz-reliability-platform-cloud-runtime"],"created_at":"2026-01-22T08:04:08.505Z","updated_at":"2026-01-22T08:04:24.108Z","avatar_url":"https://github.com/hellofresh.png","language":"Jinja","readme":"sssd-ldap\n=========\n\n[![Build Status](https://travis-ci.org/hellofresh/ansible-sssd-ldap.svg?branch=master)](https://travis-ci.org/hellofresh/ansible-sssd-ldap)\n\nInstall and configure sssd, nsswitch, pam and sshd to get user accounts from LDAP\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\nRole configuration aimed to be similar to SSSD configuration. But, not all configuration options,\nsupported in `sssd.conf` are available in role variables with the same names. If you setup needs some options that not presented\nfeel free to create pull requests. You can find available options in `defaults/main.yml` and `templates/sssd.conf.j2`\n\n`[sssd]` section allows to configure following options options:\n\n    sssd_defaults:\n      # Debug level for:\n      # Fatal failures, Critical failures, Serious failures\n      # Configuration settings, Function data\n      debug_level: '0x0370'\n      services: nss,pam,ssh\n\n`[nss]` section allows to configure following options options:\n\n    sssd_nss:\n      filter_users: root\n      filter_groups: root\n\nSome default values for domain specific configuration options are:\n\n    sssd_domain_defaults:\n      min_id: 1\n      max_id: 0\n      id_provider: ldap\n      auth_provider: ldap\n      enumerate: 'false'\n      ldap_uri: ldap://localhost\n      ldap_id_use_start_tls: 'false'\n      ldap_tls_reqcert: never\n      ldap_default_bind_dn: cn=manager,dc=example,dc=org\n      ldap_default_authtok_type: password\n      ldap_default_authtok: bind_password\n      ldap_search_base: dc=example,dc=org\n\nRole supports configuring multiple domains using following syntax:\n(see sssd man pages for more information)\n\n    sssd_domains:\n      - name: domain_name\n        min_id:\n        max_id:\n        id_provider:\n        auth_provider:\n        ldap_uri:\n        ldap_id_use_start_tls:\n        ldap_tls_reqcert:\n        ldap_default_bind_dn:\n        ldap_default_authtok_type:\n        ldap_default_authtok:\n        ldap_search_base:\n        ldap_user_search_base:\n        ldap_user_object_class:\n        ldap_user_name:\n        ldap_user_uid_number:\n        ldap_user_gid_number:\n        ldap_user_ssh_public_key:\n        ldap_user_email:\n        override_gid:\n        ldap_group_search_base:\n        ldap_group_object_class:\n        ldap_group_name:\n        ldap_group_gid_number:\n        ldap_group_member:\n\nOptions that are listed in `sssd_domain_defaults` will allways be present in `sssd.conf`,\nother options can be omitted.\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\nAn example of how to use the role:\n\n    - hosts: servers\n      roles:\n         - { role: ansible-sssd-ldap }\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nAnton Ustyuzhanin\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofresh%2Fansible-sssd-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellofresh%2Fansible-sssd-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellofresh%2Fansible-sssd-ldap/lists"}