I need to allow ONLY SPECIFIC sites for some of my users (group
kineska_src to sites kineska_dest) while preventing them to access any
other site.
This one is ok

All other users should be able to access any site.
If for "all other users" you mean ALL and not only the "unlimitted" class then you need a

       default {
                pass all
       }

instead of :

       default {
                pass none
                redirect http://www.novabanka.com/forbidden.html
       }

you need the "unlimitted" class for future use ? otherwise the default entry will be sufficient.

Bye
Francesco


Reply via email to