Hello,
I've been using Apache for some time, and recently ran into an issue
that is causing me to pull my hair out.
I have set up a server, well more specifically a Location, to utilize
LDAP Authentication. However, when I surf to the URL, I am prompted
time and time again, with seemingly no
I have found in the documentation for the old auth_ldap for apache 1.3
that if you do not provide a AuthLDAPBindDN it will try to search
annonomously. Is this true in the new authnz_ldap for 2.2? They seem
pretty similar.
Why is the search step required? Cant't it just attempt to bind with the
sup
kckepple
not found: /
Kyle
- Original Message -
From: Mika Borner <[EMAIL PROTECTED]>
Date: Wednesday, May 31, 2006 1:32 am
Subject: Re: [EMAIL PROTECTED] authnz_ldap
> This works for me
>
>
>AuthType Basic
>AuthName "AuthName"
This works for me
AuthType Basic
AuthName "AuthName"
AuthBasicProvider ldap
AuthLDAPURL ldap://ldap1/o=Organisation?uid
require ldap-attribute ou=SomeOu
Order allow,deny
Allow from all
>>> [EMAIL PROTECTED] 05/30/06 7:06 pm >>>
I am abl
I am able to password protect a directory using an account to bind with
like so:
AuthType Basic
AuthName "Please Login"
AuthBasicProvider ldap
AuthLDAPURL
"ldap://server.edu:389/ou=People,o=valdosta.edu,o=cp?uid?sub?(objectClass=*)"
AuthLDAPBindDN "uid=kckepple,ou=People,o=valdosta.edu,o=cp"
Auth