Rev 33 | Rev 5039 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 33 | Rev 5006 | ||
---|---|---|---|
Line 63... | Line 63... | ||
63 | !else |
63 | !else |
64 | p_=!passcrypt $p_ |
64 | p_=!passcrypt $p_ |
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 class_auth=!defof class_auth in wimshome/log/classes/$c_/.def |
|
- | 69 | !if $class_auth iswordof cas phpidp ldap |
|
- | 70 | !restart module=adm/class/classes&type=participant |
|
- | 71 | !else |
|
68 | !restart module=adm/class/classes&type=auth$ut&class=$c_&auth_user=$u_&changesession=no |
72 | !restart module=adm/class/classes&type=auth$ut&class=$c_&auth_user=$u_&changesession=no |
- | 73 | !endif |
|
69 | !else |
74 | !else |
70 | !read ./var.auth |
75 | !read ./var.auth |
71 | !endif |
76 | !endif |
72 | !endif |
77 | !endif |
73 | 78 |