On Fri, Aug 1, 2008 at 12:50 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > I didn't add any information into XWikiPreferences. So, why WXiki > doesn't use details from xwiki.cfg? I don't want to make changes in Java > code.
In you case all LDAP information are loaded from xwiki.cfg except bind_DN and bind_pass ? or there is no LDAP configuration loaded at all ? > > Regards > > Petr > > Thomas Mortagne napsal(a): >> Hi, >> >> On Fri, Aug 1, 2008 at 10:57 AM, <[EMAIL PROTECTED]> wrote: >>> Hi all, >>> >>> I found out, that Xwiki 1.5 doesn't load LDAP connection info from >>> xwiki.cfg: >>> >>> xwiki.authentication.ldap.bind_DN=xxx >>> xwiki.authentication.ldap.bind_pass=xxx >> >> XWiki 1.5 does load LDAP connection informations from xwiki.cfg for >> sure, unless you overwrite it in XWiki.XWikiPreferences. See >> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication >> >>> I had to put these details directly into code (into bind method), >>> recompile core class and then it works. >>> >>> Any solution? >>> >>> Thanks >>> >>> Petr >>> >>> _______________________________________________ >>> 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

