Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread William A. Rowe, Jr.
> 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

RE: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Hollie Hollis
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Wulf Kaiser
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Lars
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Wulf Kaiser
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Eric Covener
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Wulf Kaiser
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

Re: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Eric Covener
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