Configure HttpAuth

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
juliencolart
Posts: 15
Joined: Wed Jul 28, 2010 1:33 pm

Configure HttpAuth

Post by juliencolart »

Hello,

I dont find how configure httpauth on PhpMyFaq.
I use a SSO's solution and I would like using http authentication.
For information, LDAP works fine ...

Thanks for your help.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Configure HttpAuth

Post by Thorsten »

Hi,

it should work out of the box. Do you get any errors?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
juliencolart
Posts: 15
Joined: Wed Jul 28, 2010 1:33 pm

Re: Configure HttpAuth

Post by juliencolart »

Hi,

No error

I have just changed PHP_AUTH_USER by HTTP_UID in the /phpmyfaq/inc/PMF_Auth/AuthHttp.php
HTTPD_UID is used by my SSO's solution

Is there something else to do ?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Configure HttpAuth

Post by Thorsten »

Hi,

I'll check the code... I wrote that a year ago and I have to review it.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
juliencolart
Posts: 15
Joined: Wed Jul 28, 2010 1:33 pm

Re: Configure HttpAuth

Post by juliencolart »

Thanks.
How could i check that the httpauth is operational ?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Configure HttpAuth

Post by Thorsten »

Hi,

you should be logged in.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
juliencolart
Posts: 15
Joined: Wed Jul 28, 2010 1:33 pm

Re: Configure HttpAuth

Post by juliencolart »

Do I need to modify something in Apache configuration ?
Post Reply