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
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
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
AuthType Basic
AuthName "Testing LDAP Auth"
AuthBasicProvider ldap
#AuthLDAPAuthorita
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
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 t
Ok, I'm getting a bit closer. Here's what I have now.
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
AuthType Basic
AuthName "Testing LDAP Auth"
AuthBasicProvider ldap
#AuthLDAPAuthoritative on - still doesn't let apache start
AuthLDAPUrl "ldap:/
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 lda
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 narro
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