Nonstop Database, HiRDB Version 9 System Operation Guide

[Contents][Index][Back][Next]

25.11 Releasing consecutive certification failure account lock state

Executor: HiRDB administrator

You use the pdacunlck command to release the consecutive certification failure account lock state. After checking for users in consecutive certification failure account lock state, you can release those users from consecutive certification failure account lock state. Examples follow.

Example 1
Release user USER01 from consecutive certification failure account lock state:
 
pdacunlck USER01
 

Example 2
Release users USER01 and USER02 from consecutive certification failure account lock state:
 
pdacunlck USER01,USER02
 

Example 3
Release all users from consecutive certification failure account lock state:
 
pdacunlck ALL
 
Reference note
If you use DROP CONNECTION SECURITY to cancel the limit on the number of consecutive certification failures, all users who are currently in consecutive certification failure account lock status are released from that status.