Rev 6651 | Rev 12811 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6651 | Rev 7679 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | !endif |
65 | !endif |
66 | !if $p_=$empty or $p_!=$pck |
66 | !if $p_=$empty or $p_!=$pck |
67 | !writefile wimshome/$wims_sesdir/lastauth |
67 | !writefile wimshome/$wims_sesdir/lastauth |
68 | !set authidp_method=!defof class_authidp in wimshome/log/classes/$c_/.def |
68 | !set authidp_method=!defof class_authidp in wimshome/log/classes/$c_/.def |
69 | !set class_auth=$(authidp_method[1;]) |
69 | !set class_auth=$(authidp_method[1;]) |
70 | !if $class_auth iswordof cas ldap php |
70 | !if $class_auth iswordof cas ldap php |
71 | !restart module=adm/class/classes&type=participant |
71 | !restart module=adm/class/classes&type=participant |
72 | !else |
72 | !else |
73 | !restart module=adm/class/classes&type=auth$ut&class=$c_&auth_user=$u_&changesession=no |
73 | !restart module=adm/class/classes&type=auth$ut&class=$c_&auth_user=$u_&changesession=no |
74 | !endif |
74 | !endif |
75 | !else |
75 | !else |
76 | !read ./var.auth |
76 | !read ./var.auth |
77 | !endif |
77 | !endif |
78 | !endif |
78 | !endif |
79 | - |