mod_authz_ldap-0.26-16.el6.x86_64
* mkdir -p /tmp/test/{1,2,3}
* cat "Require group blahblah "> /tmp/test/1/.htaccess
* set perms to
775
* Configure a virtual host with /tmp/test as the DocumentRoot and setup ldap authorization and authentication via mod_authz_ldap. Test with a user not in group 'blahblah'. Basic auth.
* Turn on Options Index (ShowForbidden is NOT on.)
Browse to the doc root, and I can see directories 1, 2, and 3. (From my understanding, I shouldn't see 1.) Trying to browse into directory 1 and I'm properly forbidden.