User password expiry check in Servers

User password expiry check in Servers

Authentication fails if the user's password has expired, even if the entered password is correct. Additionally, even when using public key authentication, authentication may fail if the server prompts the user to change their password during login.

Checking the password expiration

Linux
chage -l <username>

AIX
lsuser -a <username>

Sun Solaris
passwd -s <username>

Mac OS
dscl . -read /Users/<username> PasswordExpiration

FreeBSD
pw user show <username> | grep passwd

HP-UX
pwadm -q <username>

                  New to ADSelfService Plus?

                    • Related Articles

                    • Real User Monitoring Agent - Frequently asked questions

                      How to change Applications Manager details in RUM Agent? Open the AppServer.properties file located under <RUMAgent_Home>/conf/ directory in any text editor. Update Applications Manager hostname in apm.host key. Update Applications Manager SSL Port ...
                    • RBM - Configure Content Check using Playback Script

                      Content Check option Applications Manager's Real Browser Monitoring allows to configure content check to be done on the webpages in between the steps. One can configure checks for both Content to be present and Content not to be present. Syntax of ...
                    • Self monitor Applications Manager using Real User Monitoring

                      We can monitor the Applications Manager using Real User Monitoring with a Java Script injection and this can be used to measure the Applications Manager's performance continuously. All you need is to install and setup the Real User Monitoring (RUM) ...
                    • RBM - Configure Element Based Content Check using Playback Script

                      Element based Content Check option Applications Manager's Real Browser Monitoring allows to configure content check for a particular element in the webpages. One can configure checks for both Content to be present and Content not to be present for ...
                    • Real User Monitor (RUM) - Troubleshooting guide

                      If your Real User Monitor has not collected data for an extended period, follow the steps below to troubleshoot the issue. Step 1: Verify the RUM Agent configuration Real User Monitoring requires the RUM Agent to be installed and mapped to ...