On Wednesday 26 February 2003 23.05, earthtirol wrote: > hi > > i want a acl that > * all have user have to authenticate > * but for some users surfing is only allowed on a single > surfstation > > the first acl implemented requires all users to authenitcate, no > problem but how do i create a acl that points to the users list?
By giving the list to a proxy_auth acl.. REQUIRED is just a magic username telling the proxy_auth acl that any username is valid.. you can use other usernames (but obviously not in combination with REQUIRED in the same acl). Regards Henrik
