Jason Oakley wrote: > http_access allow AllowedNTUsers LoggedInUsers > http_access deny !AllowedNTUsers > http_access deny !LoggedInUsers > > # And finally deny all other access to this proxy > http_access deny all
You can further simplify this: http_access allow AllowedNTUsers http_access deny all There is no need for the LoggedInUsers acl - when you reference a group helper that uses %LOGIN, it will trigger authentication without a separate proxy_auth acl. Adam
