Skip to content

Instantly share code, notes, and snippets.

@jayhendren
Created December 11, 2015 21:08
Show Gist options
  • Save jayhendren/56f4b1d97d1d54841324 to your computer and use it in GitHub Desktop.
Save jayhendren/56f4b1d97d1d54841324 to your computer and use it in GitHub Desktop.
X# these attributes are set in this recipe because
# they should *only* be set if this recipe is run
node.default['krb5']['krb5_conf']['appdefaults']['pam']['mappings'] = '^(.*)$ $1/sudo'
# authconfig should not be run b/c kerb is enabled manually only for
# sudo using the pam recipe
node.default['krb5']['client']['authconfig'] = 'echo "no need to run authconfig"'
include_recipe 'krb5'
include_recipe 'pam'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment