The PIN/PCODE
can undergo several tests, in order to prevent unauthorized use, as far
as possible. The following test settings can be defined:
- The PIN/PCODE is not tested (for PIN9-CDRAC only)
CHA-PERSI:TYPE=COPIN,COPIN=number,PINTEST=NO;
- Only the length of the PIN is checked
CHA-PERSI:TYPE=COPIN,COPIN=number,PINTEST=LENGTH;
- The PIN/PCODE is checked against the PIN/PCODE table. This is only possible
for the internal PIN feature:
CHA-PERSI:TYPE=COPIN,COPIN=number,PINTEST=TABLE;
- The PIN/PCODE is checked algorithmically (modulo test). You can choose
between 3 different test algorithms, MODULO1, MODULO2 or
MODULO3:
CHA-PERSI:TYPE=COPIN,COPIN=number,PINTEST=MODULO1 or
MODULO2 or MODULO3;
IMPORTANT:
PIN/PCODE table verification is not possible for
the network-wide PIN feature.