Hi Eric,

<AuthnProviderAlias ldap group1-access>

ldap://ldap.mydomain.de:389/ou=people,dc=mydomain,dc=de?uid?sub?(objectClass=*)
</AuthnProviderAlias>

<Location /etc/misc/downloads/disk_install>
    AuthType Basic
    AuthName "Download Area - Disk Images"
    AuthBasicProvider group1-access
    AuthLDAPGroupAttribute memberUid
    AuthLDAPGroupAttribute uniqueMember
    AuthLDAPGroupAttribute member
    Require ldap-group cn=group1,ou=group,dc=mydomain,dc=de
    Prder allow,deny
    Allow from all
    Satisfy All
</Location>

with the same result: nothing & still ignoring (no log entries)

Eric Covener schrieb:
On Fri, Jan 9, 2009 at 7:35 AM, Wulf Kaiser
<wulf.kai...@mpimf-heidelberg.mpg.de> wrote:
Hi Eric,

thanks in advance. I tried that by setting
   ....
   Order deny,allow
   Deny from all
   Satisfy any
</Directory>

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 really seems as mod_(autnz)_ldap is simply ignored.


Any chance you're blowing this config away implicitly by a Location
container that matches (with e.g. allow from all?)  I would recommend
Satisfy All while testing.


--
Grüße,

Wulf Kaiser
___________________________

IT Services - Web & Database Development
Webmaster www.mpimf-heidelberg.mpg.de

Max-Planck-Institut für medizinische Forschung
Jahnstrasse 29 - 69120 Heidelberg
Fon +49 6221 486560    Fax +49 6221 486561

SHA1 Fingerprint:
6a a7 67 d6 e0 21 d1 59 d1 73 20 fb e8 b4 d9 51 ac aa 6d 17

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to