PRE-2008 ....How to Test Authentication with verify library user-per B.Main Aug 2004

Since that time...authentication has been re-written

To test it now, I have perl programs on c1 that can be run to see if a
user's barcode/pin will get a YES response or if nothing happens etc.

eg:
[ndlall@c1 ~]$ ./callcoppulsirsi1.pl
NO|Invalid User Pin|

[ndlall@c1 ~]$ ./callverifysirsi1.pl
YES|YES|YES|SUPPSTAFF|OK|LIBRARY|20370101|UCALGARY|

On production server to see if the authentication programs are running do:

$ ps -ef | grep verify | more
   sirsi  1093     1   0   Apr 10 ?           0:05 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/verify_library_user.pl
   sirsi 25749  1093   0 09:55:56 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/verify_library_user.pl
   sirsi 24826  1093   0 09:55:24 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/verify_library_user.pl

and check for the alumni authentication program:

$ ps -ef | grep auth         
   sirsi 18683  1094   0 09:45:25 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl
   sirsi  8349  1094   0 04:23:09 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl
   sirsi  1094     1   0   Apr 10 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl
   sirsi 17253  1094   0 10:44:55 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl
   sirsi 15883  1094   0 10:43:57 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl
   sirsi  3549  1094   0 10:02:46 ?           0:00 /usr/bin/perl /s/sirsi/Unicorn/Bincustom/authenticate_library_user.pl


--------------------------------------------------

Back to: TOP of page

Back to: Some Unicorn Staff Help, Table of Contents

--------------------------------------------------


NDL
University of Calgary Library, ITS