Subversion Repositories wimsdev

Rev

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

Rev 13211 Rev 13868
Line 31... Line 31...
31
!!default sclass=$class
31
!!default sclass=$class
32
 
32
 
33
!if ($auth_user notsametext supervisor or $class_type>0) and $auth_method isitemof $auth_method_list
33
!if ($auth_user notsametext supervisor or $class_type>0) and $auth_method isitemof $auth_method_list
34
  authdef=wimshome/log/classes/$superclass/.def
34
  authdef=wimshome/log/classes/$superclass/.def
35
 
35
 
36
  # don't use auth_user and auth_password, some characters are unvailable
36
  # don't use auth_user and auth_password, some characters are unavailable
37
  # parameters are empty for auth-cas
37
  # parameters are empty for auth-cas
38
  !readproc adm/class/auth-$auth_method $auth_user_connection,$auth_password_connection
38
  !readproc adm/class/auth-$auth_method $auth_user_connection,$auth_password_connection
39
!endif
39
!endif
40
##### end of EXTERNAL connection - part 1 #####
40
##### end of EXTERNAL connection - part 1 #####
41
 
41