On Mon, Sep 15, 2008 at 10:25 AM, Thomas Mortagne <[EMAIL PROTECTED]> wrote: > On Mon, Sep 15, 2008 at 9:48 AM, hel-o <[EMAIL PROTECTED]> 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#HEnableLDAPdebuglog) > 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 ;) > >> >> Same thing for the new WYSIWYG-Editor. I attached a Screenshot of the >> Errormassage that is displayed when i edit a page with XWiki Syntax 2.0 but >> there is now message in the xwiki.log. >> >> http://n2.nabble.com/file/n1089909/wysiwyg_error.png wysiwyg_error.png >> >> Helmut >> -- >> View this message in context: >> http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1089909.html >> Sent from the XWiki- Users mailing list archive at Nabble.com. >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users >> > > > > -- > Thomas Mortagne > -- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
