> Well that's one step further, but now it allows everyone to access the proxy even if they aren't in the allowed groups.
>
> # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
> http_access allow AllowedNTUsers
> http_access allow LoggedInUsers
Which is what you say here..
allow everyone in the groups
allow everyone
> http_access deny !AllowedNTUsers
> http_access deny !LoggedInUsers
Just delete all references to tha "LoggedInUsers" thing and you should be
fine. You want to base access on if the user is in the given groups or
not, not on if he simply is logged in.
Regards
Henrik
Received on Thu Oct 28 2004 - 03:38:17 MDT
This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST