To change the limit on the number of consecutive certification failures, first use DROP CONNECTION SECURITY to cancel the existing limit, and then use CREATE CONNECTION SECURITY to set a new limit. An example follows:
DROP CONNECTION SECURITY
FOR CONNECT ...1
CREATE CONNECTION SECURITY
FOR CONNECT PERMISSION COUNT 5 ...2
LOCK 10 HOUR ...3