[EMAIL PROTECTED] Apache Authentication and PHP

2008-07-15 Thread Nick Cooper
Hi, Apache user authentication results in two variables when used with PHP: $_SERVER[PHP_AUTH_USER] and $_SERVER[PHP_AUTH_PW]. I'm using the SSPI module to validate users against windows this results in the users windows password being non encrypted and exposed to PHP, is there any config setting

[EMAIL PROTECTED] Apache authentication using Oracle with mod_dbd

2007-08-16 Thread Andrés Yacopino
Hi, I want to authenticate users in apache using a table in Oracle through mod_dbd. 1) I compile apache with: ./configure --prefix=/usr/local/apache *--build=i686-pc-linux-gnu *--enable-ssl --enable-so --enable-dbd --enable-authn-dbd 2) Then i did a make, make install 3) I put this in httpd.con

Re: [EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-20 Thread Paul Matthews
Hi there, I think this might be what your looking for Setup Apache2 with OpenLDAP Authentication http://www.opensourcehowto.org/how-to/apache/setup-apache2-with-openldap-authentication.html there is a heap of other information about apache on my website if you want to have a look http://www.op

Re: [EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-19 Thread Gaël Lams
Hi, I have a few questions about the authentication & authorization methods within Apache. We have requirements to do Kerberos Authentication & LDAP Authorization. How would we implement this type of request within apache? Do we use mod_authnz_ldap or is there some sort of Kerberos module we n

[EMAIL PROTECTED] Apache Authentication & Authorization

2007-03-19 Thread Strader, William A.
I have a few questions about the authentication & authorization methods within Apache. We have requirements to do Kerberos Authentication & LDAP Authorization. How would we implement this type of request within apache? Do we use mod_authnz_ldap or is there some sort of Kerberos module we need to

[EMAIL PROTECTED] Apache authentication

2007-01-03 Thread Drew Burchett
I am attempting to set up several websites as virtual hosts on the same box using Apache2 on Suse Linux 10.1. These should be set up so that one group (call them Administrators) has access to all the sites and one specific user for each site will have access to the sites. To this end, I have inst

Re: [EMAIL PROTECTED] Apache Authentication questions

2005-12-08 Thread Nick Kew
On Thursday 08 December 2005 15:48, Joshua Slive wrote: > On 12/7/05, Sean Conner <[EMAIL PROTECTED]> wrote: > > I've yet to try Apache 2.2, but can Apache be configured to support > > mutiple authentication schemes for the same directory/location? Am I > > missing something? > > I haven't tried i

Re: [EMAIL PROTECTED] Apache Authentication questions

2005-12-08 Thread Joshua Slive
On 12/7/05, Sean Conner <[EMAIL PROTECTED]> wrote: > I've yet to try Apache 2.2, but can Apache be configured to support mutiple > authentication schemes for the same directory/location? Am I missing > something? I haven't tried it, but as far as I know apache doesn't have this capability in any

[EMAIL PROTECTED] Apache Authentication questions

2005-12-07 Thread Sean Conner
I'm playing around with authentication schemes under Apache. In reading the spec [1] I notice that a server can send multiple authentication schemes. Now, Apache has support for both Basic and Digest authentication schemes, and that both the scheme and userid are included with the request,

Re: [EMAIL PROTECTED] Apache authentication

2005-08-06 Thread Joshua Slive
On 8/5/05, Ari Ravieshanker <[EMAIL PROTECTED]> wrote: > Hi, > I have a dilema and can someone please help me in the right direction. > > I have an application that relies on apache authentication (Basic or > other). So any user wants to use that application can login and use > this application. I

[EMAIL PROTECTED] Apache authentication

2005-08-05 Thread Ari Ravieshanker
Hi, I have a dilema and can someone please help me in the right direction. I have an application that relies on apache authentication (Basic or other). So any user wants to use that application can login and use this application. I have a new client request that they will login to their portal (no