Bill Traynor wrote:
Kai Plückhahn 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);

Adding those directives commented won't help too much ;)

(and if debugging in the browser this way, they should be disabled after)

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

Reply via email to