We’ve offered support for website access restrictions by NetID for quite a long while, and have fairly extensive documentation about how to implement this for many different scenarios, including by UW Groups and registered students in courses.
One thing that you may not know is that you can also explicitly exclude NetIDs using the “not” directive.
AuthType UWNetID
require valid-user
require not user lonely4
This will allow everyone with a NetID to access the site, but not user lonely4.
You can also do this with groups:
AuthType UWNetID
require type employee
require not group u_nikky_restrict
This will allow everyone with the “employee” type, except for those who are in the u_webtest_restrict group, created with the Group Web Service.
Recent Comments