home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Spezial
/
SPEZIAL2_97.zip
/
SPEZIAL2_97.iso
/
ANWEND
/
ONLINE
/
SREFV12J
/
CONFIGS.ZIP
/
logfail.cnf
< prev
next >
Wrap
Text File
|
1997-03-01
|
2KB
|
53 lines
<h1> Return a customized response when a Logon fails</h1>
When a client's attempt at <em>logging on</em> fails, SRE-Filter can return
a customizable response.
<p>
<FORM ACTION="/srefconf" METHOD="GET">
<input type="hidden" name="SET" value="LOGON_FAIL_FILE">
Send a customizable response when a <EM>Logon</EM> fails?
<INPUT TYPE=RADIO NAME="yesno" VALUE="0" $isno >No |
<INPUT TYPE=RADIO NAME="yesno" VALUE="1" $isyes >Yes
<INPUT TYPE="submit" VALUE="Update this Parameter">
</FORM>
$cancel
<hr>
<h2> Notes </h2>
If a logon failure occurs (either due to an incorrect username/password,
or due to logon_limit being violated), SRE-Filter can
either send the "401 Unauthorized" response; or the contents of
the LOGFAIL.HTM file.
<p>
If you do <b>not</b> want to send a custom response,
then a simple "401 Unauthorized" response is sent.
<p>
Otherwise, LOGFAIL.HTM is sent as is; with a few substitutions:
<ul>
<li> <!-- #URL --> phrases are substituted with the URL (of the requested resource).
<LI> <!-- #SERVER --> phrases are substituted with the servername.
<LI> <!-- #WEBMASTER --> phrases are substituted with the WEBMASTER variable.
<LI> <!-- #MESSAGE --> phrases are substituted with a short description
of the reason for failure
<LI> <!-- #LINK --> phrases are substituted with the URL (of the requested resource).
</ul>
<H3>Miscellaneous Notes</H3>
<ul><LI> If LOGFAIL.HTM is unavailable, a "401 Unauthorized" response is
sent.
<LI> When using #LINK, you probably should advice the client to "wait a
minute before trying again" (given that the problem might be
due to logon_limit being exceeded).
<li> By default, <b>LOGFAIL.HTM</b> is located in $servdir.
<li>You can use the <b>LOGFAIL.HTM</b> file that is shipped with
SRE-Filter as is, or customize it for your site.
</ul>