Advertisement
Guest User

Untitled

a guest
Mar 19th, 2010
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. 1.
  2. the URL i am working from : https://help.ubuntu.com/community/Samba/Kerberos
  3. 2.
  4. ###############################################################################################
  5. 3.
  6. THE OUTPUT OF MY ATTEMPTING TO SEE IF IT WORKS
  7. 4.
  8. Root@xena:/media/downloads# kinit Administrator@LIVIA.AMPHIPOLIS.THRACE.LOCAL
  9. 5.
  10. kinit(v5): Cannot resolve network address for KDC in realm LIVIA.AMPHIPOLIS.THRACE.LOCAL while getting initial credentials
  11. 6.
  12. ####################################################################################################
  13. 7.
  14. CONFIG FILES
  15. 8.
  16. root@xena:/media/downloads# cat /etc/krb5.conf
  17. 9.
  18. # default = FILE10000:/var/log/krb5lib.log
  19. 10.
  20. [libdefaults]
  21. 11.
  22. ticket_lifetime = 24000
  23. 12.
  24. default_realm = AMPHIPOLIS.THRACE.LOCAL
  25. 13.
  26. default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc
  27. 14.
  28. default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc
  29. 15.
  30. [realms]
  31. 16.
  32. DOMAIN.INTERNAL = {
  33. 17.
  34. kdc = LIVIA.AMPHIPOLIS.THRACE.LOCAL
  35. 18.
  36. admin_server = AMPHIPOLIS.THRACE.LOCAL
  37. 19.
  38. default_domain = AMPHIPOLIS.THRACE.LOCAL
  39. 20.
  40. }
  41. 21.
  42. [domain_realm]
  43. 22.
  44. .domain.internal = AMPHIPOLIS.THRACE.LOCAL
  45. 23.
  46. domain.internal = AMPHIPOLIS.THRACE.LOCAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement