Rev 5601 | Rev 13828 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5601 | Rev 9896 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | error=illegal job |
39 | error=illegal job |
40 | !exit |
40 | !exit |
41 | !endif |
41 | !endif |
42 | 42 | ||
43 | 43 | ||
44 | !if $ident_type=$empty or $passwd != $ident_password |
44 | !if $ident_type=$empty or $passwd != $ident_password |
45 | error=Identification Failure : bad login/pwd |
45 | error=Identification Failure : bad login/pwd |
46 | !exit |
46 | !exit |
47 | !endif |
47 | !endif |
48 | 48 | ||
49 | !if $httpd_REMOTE_ADDR notwordof $ident_site |
49 | !if $httpd_REMOTE_ADDR notwordof $ident_site |