Created
December 11, 2015 21:08
-
-
Save jayhendren/56f4b1d97d1d54841324 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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