Advertisement
Guest User

Untitled

a guest
Jul 19th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. [logging]
  2. default = FILE:/var/log/krb5libs.log
  3. kdc = FILE:/var/log/krb5kdc.log
  4. admin_server = FILE:/var/log/kadmind.log
  5.  
  6. [libdefaults]
  7. default_realm = GALILEU-F.GALILEU.PT
  8. dns_lookup_realm = true
  9. dns_lookup_kdc = true
  10. ticket_lifetime = 24h
  11. forwardable = yes
  12.  
  13. [realms]
  14. GALILEU-F.GALILEU.PT = {
  15. admin_server = 192.168.0.2
  16. default_domain = GALILEU-F.GALILEU.PT
  17. kdc = 192.168.0.2
  18. }
  19.  
  20. [domain_realm]
  21. .galileu-f.galileu.pt = GALILEU-F.GALILEU.PT
  22. galileu-f.galileu.pt = GALILEU-F.GALILEU.PT
  23.  
  24. [appdefaults]
  25. pam = {
  26. debug = false
  27. ticket_lifetime = 36000
  28. renew_lifetime = 36000
  29. forwardable = true
  30. krb4_convert = false
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement