[EMAIL PROTECTED] Apache LDAP authentication with FallBack

2008-06-25 Thread Alessandro Zatti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm authenticating my Protected Area (Basic autentication type) via ActiveDirectory (with authnz_ldap_module). How can I setup my autencation with local file user only when I can't contact my Domain Controller? Now I resolve the issue with two AuthBasi

Re: [EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Krist van Besien
2008/2/14 Eric Covener <[EMAIL PROTECTED]>: > On Thu, Feb 14, 2008 at 9:13 AM, Radosław Antoniuk > <[EMAIL PROTECTED]> wrote: > > > So, Is it possible? The question is, is there a way of using the > > actual login/password credentials for the binding phase and if bind > > succeeds ==> authent

Re: [EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Eric Covener
On Thu, Feb 14, 2008 at 9:13 AM, Radosław Antoniuk <[EMAIL PROTECTED]> wrote: > So, Is it possible? The question is, is there a way of using the > actual login/password credentials for the binding phase and if bind > succeeds ==> authentication true and go to authorization phase? The problem yo

Re: [EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Radosław Antoniuk
2008/2/14 Krist van Besien <[EMAIL PROTECTED]>: > On Thu, Feb 14, 2008 at 3:13 PM, Radosław Antoniuk > <[EMAIL PROTECTED]> wrote: > > > But the problem is that I need to bind to LDAP for this phase with the > > credentials that are going to be checked. because: > > 1. my LDAP does not allow

Re: [EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Krist van Besien
On Thu, Feb 14, 2008 at 3:13 PM, Radosław Antoniuk <[EMAIL PROTECTED]> wrote: > But the problem is that I need to bind to LDAP for this phase with the > credentials that are going to be checked. because: > 1. my LDAP does not allow anonymous binding > 2. i don't have any guest user that I want

[EMAIL PROTECTED] Apache LDAP authentication and non anonymous binding?

2008-02-14 Thread Radosław Antoniuk
Hey! I'm just trying to configure LDAP authentication for apache, and it looks like my scenario is not supported (or I can't find a word about it). I've read the docs on http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html. Most of LDAP servers accept anonymous binding for the authentication

Re: [EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-11 Thread Eric Covener
On 10/11/07, Jim Garrison <[EMAIL PROTECTED]> wrote: > Thanks for the spot-on response. Your suggestion to use :3268 worked. > > Being relatively new to LDAP/AD, I'm curious as to why, when the query > was submitted from the Linux command line using ldapsearch(1) or from > Windows using LDAPBrowse

RE: [EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-11 Thread Jim Garrison
al Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 7:13 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN? On 10/10/07, Jim Garrison <[EMAIL PROTECTED]> wrote: > Why is Apache addi

Re: [EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-10 Thread Eric Covener
On 10/10/07, Jim Garrison <[EMAIL PROTECTED]> wrote: > Why is Apache adding CN=Configuration to the BaseDN? Is there a way to > force it to use the BaseDN we specify? > A packet capture would probably show you that MSAD sent you an LDAP referral that included CN=Configuraton. Using the global c

[EMAIL PROTECTED] Apache LDAP module prepends CN=Configuration to Base DN?

2007-10-10 Thread Jim Garrison
We're having trouble getting Apache LDAP authentication on Fedora to work against Active Directory. AuthType Basic AuthName "SVN Repository" AuthBasicProvider ldap AuthLDAPBindDN "cn=zz,ou=z,dc=zzz,dc=troux,dc=com" AuthLDAPBindPassword AuthLDAPURL

Re: [EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Eric Covener
Are you redirecting to different parts of the URL space and/or between different virtualhosts/protcools? The access log can probably tell you if this is the case. -- Eric Covener [EMAIL PROTECTED] - The official User-To-User s

Re: [EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
> > > Strange, it almost seems like the creds aren't being cached, but if it > > is only 2 or 3 times, that can't be the case. Are you loading both > > mod_ldap and mod_authnz_ldap? Can you test without the proxy parts? I'm using mod_ldap and mod_auth_ldap. Due to the way the app is setup it w

Re: [EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Nick Owen
On 8/16/07, Joe Seeley <[EMAIL PROTECTED]> wrote: > I am reposting this since I have not found a solution and never got a reply > on the original post. I've seen through Google others with the same > problem, but never a solution. I'm hopeful that someone knows what's going > on... > > I am tryi

[EMAIL PROTECTED] Apache LDAP authentication prompts multiple times for login/password.

2007-08-16 Thread Joe Seeley
I am reposting this since I have not found a solution and never got a reply on the original post. I've seen through Google others with the same problem, but never a solution. I'm hopeful that someone knows what's going on... I am trying to use Apache LDAP authentication and proxying to make sure

Re: [EMAIL PROTECTED] Apache LDAP authentication module

2007-05-22 Thread Joshua Slive
On 5/22/07, Srikanth S <[EMAIL PROTECTED]> wrote: Hi, I am currently using Apache 1.3.28 for which I have customized mod_ldap_auth.c file. When I upgraded Apache to 2.0.59, this module is not getting loaded and Apache is not coming up Where can I get source file for mod_ldap_auth.c file for 1.

[EMAIL PROTECTED] Apache LDAP authentication module

2007-05-22 Thread Srikanth S
Hi, I am currently using Apache 1.3.28 for which I have customized mod_ldap_auth.c file. When I upgraded Apache to 2.0.59, this module is not getting loaded and Apache is not coming up Where can I get source file for mod_ldap_auth.c file for 1.3.28 version and also for 2.0.59 version, so that I

[EMAIL PROTECTED] Apache/LDAP Installation Troubles - Unable to link with LDAP?

2007-01-10 Thread Eric Hill
I'm running into a problem installing the latest Apache on Debian stable. First, I downloaded OpenLDAP 2.3.32. I configured with: ./configure --prefix=/opt/ldap Both make and make install worked fine. Then, I downloaded apache 2.2.4. I configured with: ./configure --prefix=/opt/apache2 --enable-m

RE: [EMAIL PROTECTED] apache LDAP

2006-07-25 Thread Boyle Owen
> -Original Message- > From: powerspike [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 25, 2006 12:03 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] apache LDAP > > > hello friends! > you can say to me where I can find the instructio

[EMAIL PROTECTED] apache LDAP

2006-07-25 Thread powerspike
hello friends! you can say to me where I can find the instructions for being able to use authentication LDAP with Apache? -- View this message in context: http://www.nabble.com/apache-LDAP-tf1997371.html#a5482642 Sent from the Apache HTTP Server - Users forum at Nabble.com. -