# 'test_tcl_auth' and 'test_tcl_access' are defined in httpd/conf/common.tcl.
# and are meant as templates for you to write your own additional tcl-based
# authentication routines.

TclAuthBasic test_tcl_auth
TclAuthAccess test_tcl_access
AuthName NeoWebScript Test (password is 'test')
AuthType Basic

<limit GET>
require valid-user
</limit>
