On Wed, Jun 4, 2008 at 3:21 PM, Fabien <[EMAIL PROTECTED]> wrote: > I understand for the validate_password set to 0, but not for the trylocal=0 > > I still want to get only a bind to LDAP and if this fails revert to the > trylocal, is it ok ?
So yes let trylocal=1, I tough you wanted to be sure authentication was made only using bind on LDAP server. > > Fabien > > 2008/5/23 Thomas Mortagne <[EMAIL PROTECTED]>: > >> Hi, >> >> check_level is not needed anymore, it has been replace by separate >> configurations. If you want something similar to check_level=0 just >> make sure "xwiki.authentication.ldap.trylocal" and >> "xwiki.authentication.ldap.validate_password" are set to 0. >> >> On Fri, May 23, 2008 at 10:29 AM, Fabien <[EMAIL PROTECTED]> wrote: >> > Hi again, >> > >> > During my search into LDAP code, I found that the xwiki.cfg check_level >> was >> > removed in the new XWikiLDAPAuthService that deprecate the >> LDAPAuthService. >> > >> > It is a pity because for my pb I only need to check if the LDAP Bind is >> ok >> > or not to authenticate my user, and this works perfectly (except the >> > allocated XwikiGroup) with the old LDAP authentication mechanism. >> > >> > Is it possible to re-add the check_level param in the current >> > XwikiLDAPAuthService ? >> > >> > Fabien >> > _______________________________________________ >> > devs mailing list >> > [email protected] >> > http://lists.xwiki.org/mailman/listinfo/devs >> > >> >> >> >> -- >> Thomas Mortagne >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs >> > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

