Changes the maximum permissible number of password violations
Scope of validity
DBH administration
See also
The DBH option SECURITY on "SECURITY"
Function
For users operating in interactive mode you use the MODIFY-SECURITY statement to change the maximum permissible number of password violations by a CALL-DML user.
A reduction of the maximum number means that the user is locked earlier in the event of password violations. For users with more password violations than the new maximum number this means that they are immediately locked for this DBH session if they have not opened any logical file.
Increasing the maximum number has no effect on locked users whose number of password violations already exceeds the new maximum number. On the other hand, locked users who are guilty of fewer password violations than the new maximum number are now permitted to work with the DBH again. Such a user can also perform a user close. It is no longer necessary to have the system administrator cancel this lock.
This administration statement has no effect on batch programs.
MODIFY-SECURITY | ||||||||||||
|
Operands
SECURITY = *PRIVILEGE-VIOLATIONS(NUMBER = 10 / <integer 1..99>)
Changes the maximum permissible number of password violations.
NUMBER = 10 / <integer 1..99
Specifies the maximum permissible number of password violations.
Administration command in ISP format and at the CALL DML interface
The OPT,SECURITY administration command corresponds to the MODIFY-SECURITY administration statement here.
OPT,SECURITY[,P[RIVILEGE]-V[IOLATIONS]=n]
A number between 1 and 99 may be entered for n.