Re: [users@httpd] How to combine require user and require ldap-group?

2014-03-15 Thread Eric Covener
As it stands, alice, bob, carol cannot get in unless they are in group foo. Anyone in group foo can get in. 1.2.3.4 can get in without authenticating. How do I get it to also allow alice, bob, and carol? Take out the require ldap-group line and now alice, bob, and carol can get in. I've

[users@httpd] How to combine require user and require ldap-group?

2014-03-14 Thread Peter Scott
I'm having considerable difficulty crafting authorization rules for a .htaccess file. Here are the requirements (not under my control): 1. Using Apache 2.2 on Solaris 2. Must use .htaccess, not httpd.conf 3. Must allow specific named users 4. Must also allow unauthenticated