The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM


UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
/etc/shadow file.... avcert1998 UNIX for Advanced & Expert Users 6 01-18-2008 11:40 AM
*LK* in /etc/shadow file vikashtulsiyan SUN Solaris 5 12-23-2007 07:50 PM
Shadow file definition narik007 SUN Solaris 1 03-13-2006 07:15 AM
shadow file arunkumar_mca UNIX for Dummies Questions & Answers 3 12-31-2004 07:55 PM
Shadow file permissions dman110168 UNIX for Dummies Questions & Answers 1 12-13-2004 09:48 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2005
Registered User
 

Join Date: Aug 2005
Posts: 1
shadow file

what does 'x' in the encrypted password field in /etc/shaodw file represent?
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 08-05-2005
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,502
jmcnamar:x:10607:100:Jim Mcnamara,,222 222-1234.......

The :x: part in this record is the "password" field. This is /etc/passwd
/etc/shadow has the encrypted password and the salt.
Reply With Quote
  #3 (permalink)  
Old 08-05-2005
RTM's Avatar
RTM RTM is offline
Hog Hunter
 
Join Date: Apr 2002
Location: On my motorcycle
Posts: 3,039
Shadow file shouldn't have a 'x'.

Each entry in the shadow file has the form (use man -s4 shadow for man page):

Code:
       username:password:lastchg:min:max:warn:inactive:expire:flag

The fields are defined as follows:

username The user's login name (UID).

password A 13-character encrypted password for the user,
a lock string to indicate that the login is not
accessible, or no string, which shows that there
is no password for the login.
lastchg The number of days between January 1, 1970, and
the date that the password was last modified.

min The minimum number of days required between
password changes.

max The maximum number of days the password is
valid.

warn The number of days before password expires that
the user is warned.

inactive The number of days of inactivity allowed for
that user.

expire An absolute date specifying when the login may
no longer be used.

flag Reserved for future use, set to zero. Currently
not used.

For the /etc/passwd file - see man -s4 passwd
password is an empty field. The encrypted password
for the user is in the corresponding entry
in the /etc/shadow file. pwconv(1M) relies
on a special value of 'x' in the password
field of /etc/passwd. If this value of 'x'
exists in the password field of
/etc/passwd, this indicates that the pass-
word for the user is already in /etc/shadow
and should not be modified.
Reply With Quote
  #4 (permalink)  
Old 03-13-2006
Registered User
 

Join Date: Mar 2006
Posts: 3
Thumbs up Thanks RTM

Your help is much appreciated. Could you tell me in which file will you find the settings showing account lockout after XXX invalid attempts.

Also, were do you find password compexity being enabled?

Thanks
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 02:04 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0