Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.
- the URL i am working from : https://help.ubuntu.com/community/Samba/Kerberos
- 2.
- ###############################################################################################
- 3.
- THE OUTPUT OF MY ATTEMPTING TO SEE IF IT WORKS
- 4.
- Root@xena:/media/downloads# kinit [email protected]
- 5.
- kinit(v5): Cannot resolve network address for KDC in realm LIVIA.AMPHIPOLIS.THRACE.LOCAL while getting initial credentials
- 6.
- ####################################################################################################
- 7.
- CONFIG FILES
- 8.
- root@xena:/media/downloads# cat /etc/krb5.conf
- 9.
- # default = FILE10000:/var/log/krb5lib.log
- 10.
- [libdefaults]
- 11.
- ticket_lifetime = 24000
- 12.
- default_realm = AMPHIPOLIS.THRACE.LOCAL
- 13.
- default_tkt_enctypes = des3-hmac-sha1 des-cbc-crc
- 14.
- default_tgs_enctypes = des3-hmac-sha1 des-cbc-crc
- 15.
- [realms]
- 16.
- DOMAIN.INTERNAL = {
- 17.
- kdc = LIVIA.AMPHIPOLIS.THRACE.LOCAL
- 18.
- admin_server = AMPHIPOLIS.THRACE.LOCAL
- 19.
- default_domain = AMPHIPOLIS.THRACE.LOCAL
- 20.
- }
- 21.
- [domain_realm]
- 22.
- .domain.internal = AMPHIPOLIS.THRACE.LOCAL
- 23.
- domain.internal = AMPHIPOLIS.THRACE.LOCAL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement