How to create a user password without status 'Change Required' with RSA ACE/Server Admin API
Originally Published: 2004-07-15
Article Number
Applies To
Issue
When creating a User using RSA ACE/Server Administration API with the Sd_AssignPassword function call, the user is created in the database correctly, but the password is always set to 'Change Required' status
Cause
Resolution
puts [Sd_ApiInit $env(VAR_ACE)/sderv $env(VAR_ACE)/sdlog 1]
set pSerial [Sd_AssignPassword "UserLastName" "UserFirstName" "UserID" "/bin/sh" "1234" "365" "0"]
Sd_SetPin 1234 $pSerial
Sd_ApiEnd
exit
Related Articles
Password Lockout Examples 89Number of Views Cloud Administration Password Reset Code API 19Number of Views Collectors do not pick the new password from the password vault in RSA Governance & Lifecycle 46Number of Views Password Capture Tool is not creating password synchronization requests in RSA Governance & Lifecycle 81Number of Views 'Name or password is incorrect' error logging into SAP accounts created by the SAP AFX Connector in RSA Identity Governanc… 82Number of Views
Don't see what you're looking for?