Rev 13299 | Rev 15290 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13299 | Rev 14335 | ||
---|---|---|---|
Line 226... | Line 226... | ||
226 | grep -i "$search" | sed 's/^://' | head -100 |
226 | grep -i "$search" | sed 's/^://' | head -100 |
227 | !!add research on the external_login |
227 | !!add research on the external_login |
228 | !if $auth_method isitemof $auth_method_list |
228 | !if $auth_method isitemof $auth_method_list |
229 | found_external=!sh cd $wims_home/log/classes\ |
229 | found_external=!sh cd $wims_home/log/classes\ |
230 | comm -23 $superclass/.userlist_external $class/.userlist_external |\\ |
230 | comm -23 $superclass/.userlist_external $class/.userlist_external |\\ |
231 |
|
231 | grep -i "$search" | sed 's/:/,/' | head -100 |
232 |
|
232 | found_external=!column 2 of $found_external |
233 |
|
233 | found_external=!item 1 of $found_external |
234 |
|
234 | ext_cnt=!itemcnt $found_external |
235 |
|
235 | !for tmp=1 to $ext_cnt |
236 |
|
236 | found_ext=!sh cd $wims_home/log/classes\ |
237 | comm -23 $superclass/.userlist $class/.userlist | \\ |
237 | comm -23 $superclass/.userlist $class/.userlist | \\ |
238 |
|
238 | grep -i "$(found_external[$tmp])" | sed 's/^://' | head -100 |
239 |
|
239 | !if $found_e notlineof $found |
240 | found=!append line $found_e to $found |
240 | found=!append line $found_e to $found |
241 | !endif |
241 | !endif |
242 | !next |
242 | !next |
243 | !endif |
243 | !endif |
244 | foundcnt=!linecnt $found |
244 | foundcnt=!linecnt $found |