<Limit GET>
AuthName                             T2
AuthType                             basic
AuthUserFile			     /dev/null

ErrorDocument 401 http://www.plover.com/~mjd/cm/nph-get_password.cgi?Source=/~mjd/cm/secret/

Cookie_Access			     on
Cookie_MySQLhost			     localhost
Cookie_MySQLcookie_database           test
Cookie_MySQLcookie_table              cookies

# Cookie should have the form X=Y where X is in the `left' field in the
# DB, and `right' is in the `value' field.
Cookie_MySQLcookie_namefield          left
Cookie_MySQLcookie_valuefield         right
# If they do have such a cookie, they will be granted the permissions
# of the user in the corresponding uid field.
Cookie_MySQLcookie_uidfield           userid

Cookie_Authorative                   on
Cookie_MustGive                      off
Cookie_EncryptedCookies              off

require valid-user
</Limit>
