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
How to recreate a PKCS#12 and/or to change PKCS#12 password? 73Number of Views Creating an account password of greater than 100 characters for On-Demand Authentication (ODA) configuration on RSA Authen… 82Number of Views Functionality requiring the retrieval of encrypted passwords is failing after a database restore in RSA Identity Governanc… 590Number of Views RSA Identity Governance & Lifecycle Access Fulfillment Express (AFX) reports this item failed: password does not meet comp… 189Number of Views How to SSH to an RSA Authentication Manager version 8.x server 109Number of Views
Trending Articles
RSA Announces the Release of RSA MFA Agent 2.5 for Microsoft Windows RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide How to generate a PASSCODE for manual entry on a Ericsson R380 WAP phone How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA SecurID Desktop Token 5.0.3 for Windows Administrator's Guide
Don't see what you're looking for?