Created
December 9, 2013 10:11
-
-
Save tcolgate/7870035 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Managed by Puppet 2.7.23 | |
| [libdefaults] | |
| default_realm = ATHENA.WE7.LOCAL | |
| ticket_lifetime = 25h | |
| renew_lifetime = 120h | |
| forwardable = true | |
| proxiable = true | |
| default_tkt_enctypes = arcfour-hmac-md5 aes256-cts aes128-cts des3-cbc-sha1 des-cbc-md5 des-cbc-crc | |
| rdns = false | |
| [appdefaults] | |
| pam = { | |
| krb4_convert_524 = false | |
| krb4_convert = false | |
| krb4_use_as_req = false | |
| external = true | |
| } | |
| [domain_realm] | |
| .athena.we7.local = ATHENA.WE7.LOCAL | |
| athena.we7.local = ATHENA.WE7.LOCAL | |
| [realms] | |
| # Start of puppet output for ATHENA.WE7.LOCAL | |
| ATHENA.WE7.LOCAL = { | |
| default_domain = athena.we7.local | |
| kpasswd_server = front3.athena.we7.local | |
| admin_server = front3.athena.we7.local | |
| kdc = front3.athena.we7.local:88 | |
| kdc = front2.athena.we7.local:88 | |
| kdc = front1.athena.we7.local:88 | |
| v4_name_convert = { | |
| host = { | |
| rcmd = host | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment