Guest User

Untitled

a guest
Aug 27th, 2017
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [root@fw ~]# cat /etc/krb5.conf
  2. # Configuration snippets may be placed in this directory as well
  3. includedir /etc/krb5.conf.d/
  4.  
  5. includedir /var/lib/sss/pubconf/krb5.include.d/
  6. [logging]
  7. default = FILE:/var/log/krb5libs.log
  8. kdc = FILE:/var/log/krb5kdc.log
  9. admin_server = FILE:/var/log/kadmind.log
  10.  
  11. [libdefaults]
  12. dns_lookup_realm = false
  13. ticket_lifetime = 24h
  14. renew_lifetime = 7d
  15. forwardable = true
  16. rdns = false
  17. # default_realm = EXAMPLE.COM
  18. default_ccache_name = KEYRING:persistent:%{uid}
  19.  
  20. default_realm = INTERLIN.NL
  21. [realms]
  22. # EXAMPLE.COM = {
  23. # kdc = kerberos.example.com
  24. # admin_server = kerberos.example.com
  25. # }
  26.  
  27. INTERLIN.NL = {
  28. }
  29.  
  30. INTERLIN.NL = {
  31. }
  32.  
  33. AD.INTERLIN.NL = {
  34. }
  35.  
  36. [domain_realm]
  37. # .example.com = EXAMPLE.COM
  38. # example.com = EXAMPLE.COM
  39. interlin.nl = INTERLIN.NL
  40. .interlin.nl = INTERLIN.NL
Advertisement
Add Comment
Please, Sign In to add comment