PASSCHAR contains a list of special characters which can be used in new passwords. Special characters may not be acceptable in some applications or at some levels of the operating system. Valid special characters are:
This example sets the PASSCHAR to %,&,=,*,-,^
TSS MODIFY PASSCHAR (%,&,=,*,—,^)
This example replaces the current PASSCHAR with :, ?, and |.
TSS MODIFY PASSCHAR(:,?,|)
This example removes the current PASSCHAR set.
TSS MODIFY PASSCHAR()
This example replaces the current PASSCHAR with &, —, and %.
TSS MODIFY PASSCHAR(50,60,6C)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|