Rev 23 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | auth=!record 0 of wimshome/$wims_sesdir/auth.supervisor |
2 | auth=!trim $auth |
||
3 | !if $auth!=yes |
||
4 | sec=!defof class_secure in wimshome/log/classes/$wims_class/.def |
||
5 | sec=!trim $sec |
||
6 | htest=!checkhost $sec |
||
7 | !if $wims_sup_secure<1 or $sec=$empty or $htest<1 |
||
8 | error=not_secure |
||
9 | !endif |
||
10 | !endif |
||
11 |