On Thu, Sep 17, 2015 at 9:18 AM, Kai Plückhahn
<[email protected]> wrote:
> Hi,
>
> having a question to mediawiki 1.23 .
> I configured the wiki to authenticate against edirectory. And this is working.
> But i cannot login with the local administrator to do some admin tasks...
> I turned true the
>         $wgLDAPUseLocal = true;
> parameter. But no success.
>
> Any suggestions?

Turn on error reporting to see if there's anything obvious happening.
Add this to the LocalSettings.php:

#error_reporting(E_ALL | E_STRICT);
#ini_set("display_errors", 1);

Also, check the server logs for errors.

>
> Thanks
>
> Kai
>
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>

_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to