How to set RSA ACE/Server user password lifetime to greater than 3 years
Originally Published: 2004-04-06
Article Number
Applies To
RSA ACE/Server creates use passwords (via host or remote admin) with a death date of current time + 3 years
RSA ACE/Server Administration API can set the password lifetime of a new user to up to 10 years
Issue
Resolution
#!./tcl-sd
#connect to Server
puts [Sd_ApiInit "" "" 1]
#add user tuser, password "1234" with 10 year lifetime
set tokSerial [Sd_AssignPassword user test tuser /bin/sh 1234 3653 0]
puts "Created password token $tokSerial"
Sd_ApiEnd
NOTE: password lifetime is a different concept than the System parameter "passwords expire in". The System parameter controls how long a password can be used until the user is requested to change it during an authentication. Password lifetime, on the other hand, defines how long before a password must be updated by administrator action.
Related Articles
Differences between List Folder Contents and Read & Execute permissions when using StealthAUDIT and Data Access Governance… 34Number of Views RSA MFA Agent 1.4.1 for macOS Installation and Administration Guide 13Number of Views Assign a Set of One-Time Tokencode for Online Emergency Access 31Number of Views Promotion for Maintenance 2Number of Views In RSA Identity Governance & Lifecycle, what is the difference between an account's Last Collected Date and Last Collected… 34Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?