I can do, will setting it in debug mode show me that?
Emmanuel Lecharny wrote:
I remember that there is some kind of strange behaviour when getting a
DN from a property file, as the DN is truncated before the first
comma.
Could you check that the server receive the full DN ?
On Wed, Feb 25, 2009 at 12:18 PM, Yiannis Mavroukakis
<[email protected]> wrote:
Hi Kiran,
Sorry I should have specified, that's not the jabber server (I solved that
issue btw, ApacheDS complains about the attribute but Jabber works fine now)
, it's the JBoss server binding to ApacheDS.
Thanks,
Yiannis
ayyagarikiran wrote:
hmm, assuming the same context as before, that this request comes from a
jabber server
I would say that the jabber server is adding quotes not Apache Directory.
At least this is the case I have seen with openfire server.
Kiran Ayyagari
Yiannis Mavroukakis wrote:
Hello everyone,
I'm getting this
LDAP: error code 49 - Bind principalDn points to referral while trying to
authenticate to my server. A bit of googling unearther DIRSERVER-1285. My
user credentials are stored
in a deployment file and they are
java.naming.security.principal=cn=JBoss,dc=gameaccount,dc=com
So no quotes here, unless they are quoted somewhere else in the process
(wouldn't be in my code). Are there any workarounds for this?
Thanks,
Yiannis