It looks like your user authentication is working but your kerberos isn’t fully configured. Did you join your mac servers to the kerberos domain? Did you create kerberos trusts from your windows 2003 server to your mac servers?
You may need to join your mac servers to the kerberos domain and create kerberos trusts from your win2k3 server to your mac servers.
If you bound your mac clients to the AD domain then they’ll get a kerberos ticket from the KDC (your win2k3 server) which will allow them to access kerberized services on the win2k3 server but until the mac servers are joined and trusted to the kerberos domain then the KDC won’t give out tickets to access services on the mac servers.
Mac OS will try a kerberos connection first then if that fails then it will try a standard username/password conection. The same behavior will be exhibited by windows clients until the mac servers are trusted by the KDC. Joining the kerberos and creating kerberos trusts have to be done separately from just joining the domain for user authentication.
I am assuming that you’ve given your AD users/groups access to needed network shares on the Mac servers.
Thanks, Richard
Comments are closed