Rev 2238 | Rev 5054 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2238 | Rev 5020 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | np=!defof user_password in $userdef |
27 | np=!defof user_password in $userdef |
28 | np=!word 1 of $np |
28 | np=!word 1 of $np |
29 | np=!passcrypt $np |
29 | np=!passcrypt $np |
30 | passc=!passcrypt $pass |
30 | passc=!passcrypt $pass |
31 | !if $wims_class isitemof $t and $np=$passc |
31 | !if $wims_class isitemof $t and $np=$passc |
- | 32 | !if $auth_method isitemof $auth_method_list |
|
- | 33 | directlist=!append item $c $user_auth_external to $directlist |
|
- | 34 | !else |
|
32 | directlist=!append item $c $wims_user to $directlist |
35 | directlist=!append item $c $wims_user to $directlist |
- | 36 | !endif |
|
33 | !endif |
37 | !endif |
34 | !next c |
38 | !next c |
35 | !endif |
39 | !endif |
36 | 40 | ||
37 | directlist=!append item $directlist to $wims_otherclass |
41 | directlist=!append item $directlist to $wims_otherclass |