Subversion Repositories wimsdev

Rev

Rev 4118 | Rev 5601 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4118 Rev 4629
Line 40... Line 40...
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 ($passwd)
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 ($httpd_REMOTE_ADDR is not $ident_site)
50
error=Identification Failure : bad IP ($httpd_REMOTE_ADDR is not $ident_site)