Default config file is as follow :
run priority low
run options ssl nossl
denylogin administrator
denylogin administrateur
Possible values are :
run priority "low | medium | high"
This is the priority at which IIS will execute the filter. As an example, if you already have an authentication filter, you can decide to execute authentProtect at a higher priority.
run options "ssl nossl"
Defines if authentProtect works on SSL and/or non-SSL requests. You can select the "ssl" and/or "nossl" options for this.
denylogin administartor
denylogin the admin
Defines case insensitive logins to deny, one per line. In this sample, the login "the admin" (with valid character space included) will never connect through IIS.