Re: [xwiki-users] ldap error - nullpointerexception - XWiki 1.7 - Tomcat 6.0.18

2009-01-16 Thread Sebastian Kannengiesser
Hi Thomas, thanx for this. I thought it would be about a real ldap problem, since it still didn''t work here with our AD. Now it is working, as I found out, I had to also change : xwiki.authentication.ldap.bind_DN=benutzer\\{0} to xwiki.authentication.ldap.bind_DN=cn={0},ou=benutzer,dc=ruv,dc=

Re: [xwiki-users] ldap error - nullpointerexception - XWiki 1.7 - Tomcat 6.0.18

2009-01-16 Thread Thomas Mortagne
Hi there is a bug in debug log printing in 1.7 which is fixed in 1.7.1. So to fix this you can disable LDAP debug log or upgrade to 1.7.1 (which is always recommended). On Fri, Jan 16, 2009 at 1:06 PM, Sebastian Kannengiesser wrote: > Hi guys, > > can anyone tell me, what this might be about whe

[xwiki-users] ldap error - nullpointerexception - XWiki 1.7 - Tomcat 6.0.18

2009-01-16 Thread Sebastian Kannengiesser
Hi guys, can anyone tell me, what this might be about when trying to loging via Ldap on Active directory? ---snip-- java.lang.NullPointerException at com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:157 at com.xpn.xwiki.user.impl.