test_library
type string to be sent (ctrl-d to exit) :
user ID|PIN
Successful call YES| or Error - call failed Verification failed
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