Topic on Project:Support desk

Auth_remoteuser and wgAuth

1
131.165.63.132 (talkcontribs)

Hi ,

We are trying to move from Wiki 1.15.0 to 1.31 .

We have seen lot of changed that needs to be made to the localsettings.php file .

One such place we see is on the authjentication part

In our Old wiki version we have this -

require_once('extensions/Auth_remoteuser.php');

$wgAuth = new Auth_remoteuser(); ( Deprecated from 1.26 )

Corressponding httpd.conf is like this

<Location /wiki>

AuthType SSPI

AuthName "Company Internal Wiki - Login using your DOMAIN username and password"

Require valid-user

SSPIAuth On

SSPIAuthoritative On

# replace the IP address below with the IP of your domain controller:

SSPIDomain 10.30.54.14

SSPIOmitDomain On

SSPIOfferBasic On

SSPIBasicPreferred On

SSPIofferSSPI On

</Location>

Please suggest us a way in which we can do this in our new system

Reply to "Auth_remoteuser and wgAuth"