Hi,
On Sun, Apr 20, 2008 at 12:46:45PM +0200, Guido Günther wrote:
> Hi Bastian,
> On Sun, Apr 20, 2008 at 11:47:31AM +0200, Bastian Blank wrote:
> > kerberos.checkPassword fails to do preauth. Instead of using the kdc
> > configured in the config, it tries to find _kerberos-master._udp.$REALM
> > via DNS:
> Could you try the version from experimental? IIRC there were some fixes
> regarding finding the correct KDC.
I just checked the one from experimental myself with against a preauth
enabled KDC and things work as expected. However there are SRV records
for this KDC and I'm seeing the _kerberos-master._udp.$REALM you
describe. In what way does:
kerberos.checkPassword(user, pswd, service, realm)
fail then? Could you post the exception that shows up?
-- Guido