Rev 13318 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13318 | Rev 14336 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | !if $auth!=yes |
6 | !if $auth!=yes |
7 | sec=!defof class_secure in wimshome/log/classes/$wims_class/.def |
7 | sec=!defof class_secure in wimshome/log/classes/$wims_class/.def |
8 | sec=!trim $sec |
8 | sec=!trim $sec |
9 | htest=!checkhost $sec |
9 | htest=!checkhost $sec |
10 | !if $wims_sup_secure<0 or ($sec!=$empty and $htest<1) or\ |
10 | !if $wims_sup_secure<0 or ($sec!=$empty and $htest<1) or\ |
11 |
|
11 | ($sec=$empty and $auth=no) |
12 | error=not_secure |
12 | error=not_secure |
13 | !exit |
13 | !exit |
14 | !endif |
14 | !endif |
15 | !if $sec=$empty and $auth=$empty |
15 | !if $sec=$empty and $auth=$empty |
16 | jobt=auth |
16 | jobt=auth |