Thread: Passwd
View Single Post

  #2 (permalink)  
Old 02-12-2008, 03:38 AM
pansarevai pansarevai is offline
Member
User
 
Join Date: Jan 2008
My distro: Debian/Redhat
Posts: 39
Rep Power: 0
pansarevai is on a distinguished road
Default

can u check by creating a user id and login using ssh.Also check the user details in /etc/passwd and /etc/shadow file.It may be having some issue with min time period in /etc/shadow or expiry of account.
One more way u can check is create an account using the syntax
useradd -e expirydate
so that you can confirm that expiry is happening on that date.
For more info check man useradd
Reply With Quote