Eddie Roger schreef:
I'm trying to log in against the Vodafone branch on a dev server through the API, and I had a (probably) silly question. The API loads LocalSettings.php, correct? I ask because we're using the LdapAuthentication extension, which works as expected through the browser, but the API throws an error that it couldn't throw if it had all the settings. So, probably a dumb question, but at some point it loads, correct?
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-api
LocalSettings.php is always loaded. There are even API configuration settings in there!
Roan Kattouw