Ok I been getting mixed signals on documents that I read online on Kerberos authentication
- The KDC servers need to be resolvable by the client for authentication.
- Does the reverse also need to be true as well? Say if the client/principal is a host/service. Does the KDC need to resolve the client?
There are some doc's that say that client and host needs to be resolvable both ways.. and in some other reference, I also read that KDC does NOT lookup DNS as it delays the time taken for authentication
Any comments?
Also, could someone shed some light on how KDC and the client validate/establish-trust with each other with/without DNS dependency..
(Note: Not much interested in MS/AD details)