Page 1 of 1

Authentication with local PAM users

Posted: Wed Feb 05, 2014 9:19 am
by coudy
Hi,
it is possible to authenticate with local users on debian server or over apache mod AuthPAM ?
I use this in .htaccess on my another web:

Code: Select all

AuthName "Servis"
AuthType Basic
AuthPAM_Enabled  On
AuthBasicAuthoritative Off
AuthUserFile  /dev/null
require valid-user

Re: Authentication with local PAM users

Posted: Wed Feb 05, 2014 9:10 pm
by Thorsten
Hi,

never tried that, but should work with SSO support.

bye
Thorsten

Re: Authentication with local PAM users

Posted: Fri Feb 07, 2014 7:55 am
by coudy
Hi,
what do I need to install on LAMP server to enable SSO ?
I have tried search this forum, but found only this thread viewtopic.php?f=2&t=16264&p=43332&hilit=sso#p43332 where you wrote
Hi,
SSO support only works if the server variable $_SERVER['REMOTE_USER'] is set. If you use SSO, this variable should be set.
bye
Thorsten
but I don't know where to set this variable ?
Currently I can't enable SSO in configuration, because I have there this icon
Image

Re: Authentication with local PAM users

Posted: Fri Feb 07, 2014 8:00 am
by Thorsten
HI,

if you authenticated via SSO on your server, $_SERVER['REMOTE_USER'] is set and you can activate it on phpMyFAQ

bye
Thorsten