Set a dual control password or change the first or last part of a dual control password. This feature prevents an administrator from knowing a user's complete password.
Prérequis
You must have the CHANGE PASSWORD system privilege.
The target user must have the change_password_dual_control option enabled in their login policy.
Contexte et remarques
Another administrator must change the other part of the password. The user combines the two password parts and uses this combined password to connect to the database.
Password parts are case-sensitive and they cannot:
Connect to the database.
An administrator executes the following statement to set the first part of the dual control password, and then communicates password-part1 to the user:
ALTER USER user-name IDENTIFIED FIRST BY password-part1; |
Another administrator executes the following statement to set the second part of the dual control password, and then communicates password-part2 to the user.
ALTER USER user-name IDENTIFIED LAST BY password-part2; |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |