The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 08-29-2007
xramm xramm is offline
Registered User
 

Join Date: May 2007
Posts: 111
Question

I think it must be
passwd -x -1 <username>
to turn off password aging.

Code:
# passwd -x -1 <username>
passwd: password information changed for <username>
is it a reasonable solution
Reply With Quote