On Mon, Sep 15, 2008 at 10:38 AM, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
On Mon, Sep 15, 2008 at 10:25 AM, Thomas Mortagne
<thomas.mortagne(a)xwiki.com> wrote:
On Mon, Sep 15, 2008 at 9:48 AM, hel-o
<hel(a)hel.at> wrote:
Hi,
and thanks for your help.
I still wonder if anyone tried the LDAP-Authentication and it worked. Still
the same here. I get a "Wrong Username" massage when i try to login. The
configuration is the same as in 1.5.11446 and there is nothing in the
xwiki.log.
Well it should work, at least it's working for me and it validate
automated tests. Can you enable debug log en LDAP authentication (see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HEnableL…)
and send what you get ?
Hmm... do you have
"xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl"
uncommented ? If not then I think it's the "problem": before 1.6M2 the
old LDAP authentication (deprecated since XWIKI Core 1.3) was used but
it's now the new one which has some minor configuration differences
(mainly "check_level" disappeared and lot's of new features) but it
should work, this is weird anyway but with log we should see quickly
what is the problem I think. See
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication to
check all options available.
You can revert to old one by explicitly set
"xwiki.authentication.ldap.authclass=com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl"
or change your configuration to use the new one which would be the
best ;)
Also it can be caused by the database problem around groups as LDAP
need to get groups depend of your configuration so it's possible this
break the authentication.