Rev 13828 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13828 | Rev 15331 | ||
---|---|---|---|
Line 45... | Line 45... | ||
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 |
50 | error=Identification Failure : bad IP |
50 | error=Identification Failure : '$httpd_REMOTE_ADDR' is a bad IP |
51 | !exit |
51 | !exit |
52 | !endif |
52 | !endif |
53 | 53 | ||
54 | !if ($ident_agent!=$empty and $agent != $ident_agent) |
54 | !if ($ident_agent!=$empty and $agent != $ident_agent) |
55 | error=Identification Failure : '$agent' is a bad Agent |
55 | error=Identification Failure : '$agent' is a bad Agent |