Authentication with local PAM users

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
coudy
Posts: 19
Joined: Wed Feb 05, 2014 9:14 am

Authentication with local PAM users

Post 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
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Authentication with local PAM users

Post by Thorsten »

Hi,

never tried that, but should work with SSO support.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
coudy
Posts: 19
Joined: Wed Feb 05, 2014 9:14 am

Re: Authentication with local PAM users

Post 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
Thorsten
Posts: 15561
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Authentication with local PAM users

Post 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
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply