Microsoft's Kerberos implementation does not break MIT Kerberos.  Microsoft 
tried to pull an embrace and extend on Kerberos and got shot down in court by 
the MIT Trustees for violating the license.  So, while Microsoft's 
implementation isn't complete it does interoperate.  It's just a matter of 
getting the settings right on the client.

Check the LDAP base DN, make sure that it matches the KDC.

An easy one to miss is that the Kerberos realm needs to be all caps.  
"foo.bar.com" is wrong but "FOO.BAR.COM" is correct.

Another thing to check is the clock.  If the client clock is more than a few 
minutes skewed from the KDC clock then authentication will fail.

Once you've checked all that then try using kinit to authenticate:

  kinit [email protected]

and see what happens.  Either it works or you get an error, and that error 
should provide something to diagnose the problem.

--Rich P.

_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to