Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-06 Thread Krist van Besien
On 10/4/07, Tom Hart [EMAIL PROTECTED] wrote: I'm beginning to believe that the BindDN and BindPassword are incorrect, because it doesn't seem to matter what I type in there, I get the same results. I'm pretty sure I have the DN correct though. We have an apache service account (account name

[EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
Hi everybody. Thanks to the help of this list I managed to get the auth_ldap module loaded, but now I'm having a little trouble bringing this project to full fruition. I'm not sure which part of this is failing, and unfortunately I can't seem to find where I can see any type of log info about

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
As a follow-up I realized ldap-user is used to specifiy a certain user aka ldap-user Joe Smith. However based on the fact that I'm not getting prompted for a u/p, and AuthLDAPAuthoritative is failing, I believe my problem lies deeper than that. I could be wrong of course, just trying to narrow

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
Ok, I'm getting a bit closer. Here's what I have now. Directory C:/Program Files/Apache Software Foundation/Apache2.2/htdocs Options Indexes FollowSymLinks AllowOverride None Order deny,allow AuthType Basic AuthName Testing LDAP Auth AuthBasicProvider ldap

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
] ldap authentication not working As a follow-up I realized ldap-user is used to specifiy a certain user aka ldap-user Joe Smith. However based on the fact that I'm not getting prompted for a u/p, and AuthLDAPAuthoritative is failing, I believe my problem lies deeper than that. I could be wrong

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
I'm beginning to believe that the BindDN and BindPassword are incorrect, because it doesn't seem to matter what I type in there, I get the same results. I'm pretty sure I have the DN correct though. We have an apache service account (account name is cu_apache) in the Users container under our

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Peter Milanese
What version are you running? Are you using mod_authnz_ldap? - Original Message From: Tom Hart [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Thursday, October 4, 2007 10:40:16 AM Subject: Re: [EMAIL PROTECTED] ldap authentication not working As a follow-up I realized ldap-user

Re: [EMAIL PROTECTED] ldap authentication not working

2007-10-04 Thread Tom Hart
It works! For the record here's my final setup. I'm using Apache 2.2.x and mod_authnz_ldap with Windows 2003 Server Directory C:/Program Files/Apache Software Foundation/Apache2.2/htdocs Options Indexes FollowSymLinks AllowOverride None Order deny,allow AuthType Basic AuthName