> thnax for your help, but... i tried:
>
>> AuthzLDAPAuthoritative off
Really? You don't want LDAP to make the final determination of
"no karma for you"?
-
The official User-To-User support forum of the Apache HTTP Server
ulf Kaiser [mailto:wulf.kai...@mpimf-heidelberg.mpg.de]
Sent: Friday, January 09, 2009 9:15 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] mod_authnz_ldap not working?
Hi Lars,
thnax for your help, but... i tried:
Order deny,allow
Deny from All
AuthName &quo
Hi Lars,
thnax for your help, but... i tried:
Order deny,allow
Deny from All
AuthName "Download Area - Disk Images"
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthLDAPURL
ldap://ldap.mydomain.de:389/dc=mydomain,dc=de?cn,use
Hi
I have just gone trough the process of setting up ldapz. Here is my
working configuration, maybe you can use some of it... ?
I have used it in an .htaccess file, but it should not be much difference.
Note: This is for microsoft AD, so you should not need to define that
weird port..
Or
Hi Eric,
ldap://ldap.mydomain.de:389/ou=people,dc=mydomain,dc=de?uid?sub?(objectClass=*)
AuthType Basic
AuthName "Download Area - Disk Images"
AuthBasicProvider group1-access
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttribute uniqueMember
AuthLDAPGroupAttribute m
On Fri, Jan 9, 2009 at 7:35 AM, Wulf Kaiser
wrote:
> Hi Eric,
>
> thanks in advance. I tried that by setting
>
>Order deny,allow
>Deny from all
>Satisfy any
>
>
> but without result :-((
>
> I am currently tailing -f the httpd error logs in debug mode, and also the
> LDAP logs
Hi Eric,
thanks in advance. I tried that by setting
Order deny,allow
Deny from all
Satisfy any
but without result :-((
I am currently tailing -f the httpd error logs in debug mode, and also
the LDAP logs, but i do not get more out of them then a pain in the eye...
It re
On Fri, Jan 9, 2009 at 4:29 AM, Wulf Kaiser
wrote:
>Deny from all
>Satisfy any
I didn't see order in that context, could that be part of the problem?
--
Eric Covener
cove...@gmail.com
-
The official User-To-User suppor