Page 1 of 1

Configure HttpAuth

Posted: Wed Jul 28, 2010 1:38 pm
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.

Re: Configure HttpAuth

Posted: Wed Jul 28, 2010 2:52 pm
by Thorsten
Hi,

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

bye
Thorsten

Re: Configure HttpAuth

Posted: Wed Jul 28, 2010 3:41 pm
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 ?

Re: Configure HttpAuth

Posted: Wed Jul 28, 2010 6:47 pm
by Thorsten
Hi,

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

bye
Thorsten

Re: Configure HttpAuth

Posted: Thu Jul 29, 2010 11:00 am
by juliencolart
Thanks.
How could i check that the httpauth is operational ?

Re: Configure HttpAuth

Posted: Thu Jul 29, 2010 11:01 am
by Thorsten
Hi,

you should be logged in.

bye
Thorsten

Re: Configure HttpAuth

Posted: Mon Aug 02, 2010 2:18 pm
by juliencolart
Do I need to modify something in Apache configuration ?