Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

sssd_ad (8) Versions 0.2.1

Installs/Configures SSSD for AD integration

Policyfile
Berkshelf
Knife
cookbook 'sssd_ad', '= 0.2.1', :supermarket
cookbook 'sssd_ad', '= 0.2.1'
knife supermarket install sssd_ad
knife supermarket download sssd_ad
README
Dependencies
Quality 0%

sssd_ad

This cookbook installs SSSD on a Ubuntu system and configures it for Active Directory authentication. It loosely follows the directions found here: https://help.ubuntu.com/lts/serverguide/sssd-ad.html.

IMPORTANT: This cookbook assumes the system's FQDN (e.g. 'server.example.contoso.com') is in /etc/hosts. Joining the domain may fail if this is not the case. See the above link for details.

Platforms

Tested on Ubuntu 14.04.

Attributes

  • ['sssd_ad']['dc'] - the FQDN of the primary domain controller
  • ['sssd_ad']['use_ntp'] - configure NTP to sync with the primary domain controller; defaults to true
  • ['sssd_ad']['join_domain'] - join the system to the domain (requires credentials in a chef-vault item); defaults to false
  • ['sssd_ad']['vault_name'] - name of the data bag containing domain credentials
  • ['sssd_ad']['vault_item'] - name of the chef-vault item containing domain credentials

Usage

Add the sssd_ad::default recipe to the node's run list, and set the ['samba']['workgroup'], ['samba']['options']['realm'], and ['sssd_ad']['dc'] attributes. If the system should be joined to the domain automatically, set the join_domain attribute to true and create a chef-vault item containing AD credentials that have appropriate permissions.

Dependent cookbooks

chef-vault ~> 1.0
samba ~> 0.12

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.2.1 failed this metric

FC009: Resource attribute not recognised: /tmp/cook/8525865d148fcb7279ff2d43/sssd_ad/recipes/join_domain.rb:29
FC031: Cookbook without metadata file: /tmp/cook/8525865d148fcb7279ff2d43/sssd_ad/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/8525865d148fcb7279ff2d43/sssd_ad/metadata.rb:1