Guest User

krb5.conf

a guest
May 7th, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [libdefaults]
  2. ticket_lifetime = 24000
  3. default_realm = DBTEC.LOCAL
  4. dns_lookup_realm = false
  5. dns_lookup_kdc = false
  6.  
  7. default_tgs_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
  8. default_tkt_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
  9. permitted_enctypes = aes256-cts-hmac-sha1-96 rc4-hmac des-cbc-crc des-cbc-md5
  10. forwardable = yes
  11.  
  12. [realms]
  13. DBTEC.LOCAL = {
  14. kdc = 192.168.0.151.:88
  15. admin_server = 192.168.0.151.:749
  16. default_domain = dbtec.
  17. }
  18.  
  19. [domain_realm]
  20. .dbtec. = DBTEC.LOCAL.
  21. dbtec. = DBTEC.LOCAL.
  22.  
  23. [login]
  24. krb4_convert = true
  25. krb4_get_tickets = false
  26.  
  27. [logging]
  28. kdc = FILE:/var/log/krb5kdc.log
  29. admin_server = FILE:/var/log/kadmin.log
  30. default = FILE:/var/log/krb5lib.log
Advertisement
Add Comment
Please, Sign In to add comment