tentwentyfour / remoteauth-ng

Remote Auth extension for mediawiki
Apache License 2.0
3 stars 2 forks source link

Not working following instructions #2

Open Syavne opened 7 years ago

Syavne commented 7 years ago

Good day.

After following configuration instructions, even when REMOTE_USER is present (tested with a phpInfo function) MediaWiki 1.28 still says "Not logged in".

No errors in log files from Apache 2.4.6-45.el7.centos and php 5.5.38-1.w7, we are using a clean install on a fully upgraded CentOS 7 virtual machine.

Tried noris-network/mediawiki-extensions-sessionprovider-remoteuser with the same results.

Is there a particular place where we can look for debug messages or errors?.

dattn commented 7 years ago

Do have you created the user ? The user needs to be created manually.

In the latest version (master) there is an option to automatically create a user if not exists.

Syavne commented 7 years ago

Yes, every user exist and I'm using master. With some modifications to the code I can say for sure that REMOTE_USER is there and the extension is indeed reading it, however, I'm having problems trying to debug the Mediawiki session as I don't know yet how it works (lack of time), I've been playing with different cache settings also.