On 5/8/07, Enrique Rodriguez <[EMAIL PROTECTED]> wrote:
On 5/8/07, Alex Karasulu <[EMAIL PROTECTED]> wrote:
> I started to take a look at the sasl branch so you can merge it into the
> trunk however
> it seems the SaslBindTest fails for some reason.
Test log would be helpful but I suspect it is the Kerberos port
binding issue I mentioned, namely that the JDK Kerberos client doesn't
allow you to specify port in code, so it will default to the Kerberos
port, 88, which requires root to bind.
I just ran the tests OK ... as root.
Actually, because of the Kerberos port issue, I isolated the Kerberos
integration tests in SaslGssapiBindTest, so any failure should have
occurred there. If SaslBindTest failed, it would be a different
reason. Again, the maven test log would be helpful.
Enrique