Modifying CCL Scripts
893-826-A
8-13
ask 1 “Please Enter the Next Code from Your Card:”
write “^*\13”
jump 100
!
! Ask for a new PIN.
!
@LABEL 107
ask 1 “Enter new PIN (Ctrl-D cancels).”
write “^*\13”
jump 100
!
! Card requires a new PIN; leave it in New PIN mode.
!
@LABEL 108
write “\04”
note “Card requires new PIN. Contact system administrator.” 3
jump 100
!
! Server attempting to supply new PIN anyway.
! This is beyond the capability of a CCL to handle.
!
@LABEL 109
note “Unable to assign new PIN. Contact system administrator.” 3
write “\04\13”
jump 100
!
! Wait for code to change; log in with new PIN.
!
@LABEL 110
ask 0 “Wait for card code to change.”
jump 100
!
! PIN rejected; try again.
!
@LABEL 111
ask 0 “PIN rejected. Try again.”
jump 100
!
! Re-enter new PIN.
!
@LABEL 113
ask 0 “PINs do not match. Try again.”
jump 100
!
! Xooba Done
!
@LABEL 112
ask 1 “Please re-enter new PIN.”
write “^*\13”
jump 100
!
! PINs do not match.
!
@LABEL 116
exit 0
Labels continue to the end of the file.
----------------------------------------------------------------------------------------
Содержание 3395A
Страница 8: ...viii 893 826 A ...
Страница 10: ...x 893 826 A ...
Страница 14: ...Preface Preface xiv 893 826 A ...
Страница 34: ...Introducing the Communication Server 1 20 893 826 A ...
Страница 58: ...Setting Up Basic Modem Applications 3 14 893 826 A ...
Страница 84: ...Serial Line Internet Protocol SLIP 5 8 893 826 A ...
Страница 98: ...Setting Up ARAP 6 14 893 826 A ...
Страница 112: ...Model 3395A Server Support for the Xremote Protocol 7 14 893 826 A ...
Страница 130: ...Using CCL Scripts 8 18 893 826 A matchread 20 LABEL 65 exit 0 Add Model 3395 extensions immediately after this line ...