Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [libdefaults]
- ticket_lifetime = 24000
- default_realm = DBTEC.LOCAL
- dns_lookup_realm = false
- dns_lookup_kdc = false
- default_tgs_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
- default_tkt_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
- permitted_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
- forwardable = yes
- [realms]
- DBTEC.LOCAL = {
- kdc = 192.168.0.151.:88
- admin_server = 192.168.0.151.:749
- default_domain = dbtec.
- }
- [domain_realm]
- .dbtec. = DBTEC.LOCAL.
- dbtec. = DBTEC.LOCAL.
- [login]
- krb4_convert = true
- krb4_get_tickets = false
- [logging]
- kdc = FILE:/var/log/krb5kdc.log
- admin_server = FILE:/var/log/kadmin.log
- default = FILE:/var/log/krb5lib.log
Advertisement
Add Comment
Please, Sign In to add comment