Advertisement
Guest User

krb5.conf

a guest
Feb 12th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. [libdefaults]
  2. default_realm = GREENREEFERS.NO
  3. dns_lookup_realm = false
  4. dns_lookup_kdc = true
  5.  
  6. # The following krb5.conf variables are only for MIT Kerberos.
  7. # kdc_timesync = 1
  8. # ccache_type = 4
  9. # forwardable = true
  10. # proxiable = true
  11.  
  12. # The following encryption type specification will be used by MIT Kerberos
  13. # if uncommented. In general, the defaults in the MIT Kerberos code are
  14. # correct and overriding these specifications only serves to disable new
  15. # encryption types as they are added, creating interoperability problems.
  16. #
  17. # Thie only time when you might need to uncomment these lines and change
  18. # the enctypes is if you have local software that will break on ticket
  19. # caches containing ticket encryption types it doesn't know about (such as
  20. # old versions of Sun Java).
  21.  
  22. # default_tgs_enctypes = des3-hmac-sha1
  23. # default_tkt_enctypes = des3-hmac-sha1
  24. # permitted_enctypes = des3-hmac-sha1
  25.  
  26. # The following libdefaults parameters are only for Heimdal Kerberos.
  27.  
  28. [realms]
  29. GREENREEFERS.NO = {
  30. kdc = bgo-vm-107.greenreefers.no
  31. kdc = gmpl-srv-103.greenreefers.no
  32. admin_server = bgo-vm-107.greenreefers.no
  33. default_domain = GREENREEFERS.NO
  34. }
  35.  
  36. [domain_realm]
  37. .greenreefers.no = GREENREEFERS.NO
  38. greenreefers.no = GREENREEFERS.NO
  39. [kdc]
  40. profile = /etc/krb5kdc/kdc.conf
  41. [logging]
  42. kdc = FILE:/var/log/krb5kdc.log
  43. admin_server = FILE:/var/log/kadmin.log
  44. default = FILE:/var/log/krb5lib.logog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement