Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread Rodney Ramos
Thank you, André. That´s because I´m migrating an application from Apache 1.3 to Apache 2. On Apache 1.3 I was used to Apache::DBI, Apache::AuthDBI, mod_perl, mod_auth_ldap etc. Everything worked fine, but Thank you again. Rodney. On Wed, Oct 22, 2008 at 11:52 AM, André Warnier <[EMAIL

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread André Warnier
Rodney Ramos wrote: Great! That´s it! I´ve tried to use a user called "admin" that exists in the LDAP server. So, to make the test, I´ve created a crazy username and put it into the flat file, and it works! The Apache tries to consult the flat file only if it doesn´t find the user in the LDAP

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-22 Thread Rodney Ramos
Great! That´s it! I´ve tried to use a user called "admin" that exists in the LDAP server. So, to make the test, I´ve created a crazy username and put it into the flat file, and it works! The Apache tries to consult the flat file only if it doesn´t find the user in the LDAP server. Now, another

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Thanks. That info might very well save me a couple of days of scratching my head some time soon. André Eric Covener wrote: On Tue, Oct 21, 2008 at 1:43 PM, André Warnier <[EMAIL PROTECTED]> wrote: Eric Covener wrote: On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP re

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 1:43 PM, André Warnier <[EMAIL PROTECTED]> wrote: > Eric Covener wrote: >> >> On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP >> referrals. >> > Eric, can you elaborate a bit on that, or direct me/us to some additional > information ? > This is not dir

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Eric Covener wrote: On Tue, Oct 21, 2008 at 1:58 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: Hi, Eric. Thank you for your answers. I´ve tried to do what you said, setting the directive AuthBasicProvider as below: AuthBasicProvider ldap file But the problem is the same. Apache doen´t check the

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 1:58 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: > Hi, Eric. Thank you for your answers. > > I´ve tried to do what you said, setting the directive AuthBasicProvider as > below: > > AuthBasicProvider ldap file > > But the problem is the same. Apache doen´t check the flat file

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Rodney Ramos
Hi, Eric. Thank you for your answers. I´ve tried to do what you said, setting the directive AuthBasicProvider as below: AuthBasicProvider ldap file But the problem is the same. Apache doen´t check the flat file, as you can see in the log below:

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread André Warnier
Eric Covener wrote: On port 389, MSAD might send you on a lengthy wild goose-chase of LDAP referrals. Eric, can you elaborate a bit on that, or direct me/us to some additional information ? This is not directly related to the OP's issue, but I'm doing a lot of AAA related stuff these days, an

Re: [EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Eric Covener
On Tue, Oct 21, 2008 at 12:59 PM, Rodney Ramos <[EMAIL PROTECTED]> wrote: > I´m trying to use the mod_authnz_ldap module to authenticate the users in a > Microsoft AD LDAP Server, but I´m having a lot of problems. > > The only configuration that worked was: > > AuthName "" > AuthType Basic > Au

[EMAIL PROTECTED] mod_authnz_ldap module and Microsoft AD LDAP Server

2008-10-21 Thread Rodney Ramos
I´m trying to use the mod_authnz_ldap module to authenticate the users in a Microsoft AD LDAP Server, but I´m having a lot of problems. The only configuration that worked was: AuthName "" AuthType Basic AuthBasicProvider ldap AuthLDAPUrl "ldap://ldapserver:3268/dc=domain,dc=com?cn"; AuthLDAPB