David O'Sullivan wrote:
> The problem is that what I would like is for users to be initially presented > with a disclaimer form which they must accept before the proxy > authentication is offered. If they don't accept they are not allowed through > the proxy and presented with a decline screen. This is a little tricky.. requires you to implement a kind of database which keeps track of users who have accepted the policy, without knowing the user.. If you can accept to identify users by their IP address then this kind of access control can probably be implemented, but it is not an very easy task. Regards Henrik
