I curious how others go about getting a listing of locked user accounts on Linux?
fyi, the older less secure method was /etc/passwd, but most systemsI curious how others go about getting a listing of locked user accountsDepends on the config, but most modern Linux boxes keep the passwords stored in a text file. /etc/shadow. The password itself is encrypted,
on Linux?
but if the password field starts with a ! then the account is locked.
The password field in the shadow file is the 2nd field. (first being
the username).
fyi, the older less secure method was /etc/passwd, but most systems
have their passwords shadow'ed... Actually, /etc/passwd should also
get you a list of user accounts and passwords, as well as groups and
user id's, etc...
Yes, /etc/passwd still exists on modern systems, but you cannot tell ifI often wondered why folks used to make it sound like 'shadowed' passwords
the user account is locked out from that.
Back to the distributions, the basic's of linux command line and commands ar generally the same. The only benifiets of various distributions is usually ease of use to download and install apps, and a pretty looking default windo manager, etc.
I often wondered why folks used to make it sound like 'shadowed' passwords
where secure, all it looked like they was doing was moving the file to
another location.... ;-)
Did they solve the init wars? I remember some distros and BSD used a single init script, where AT&T SYSV had the rc*.d structure that Linux uses now.
John Guillory wrote to Chris Trainor <=-
@VIA: VERT/MAINLINE
@MSGID: <4FA14231.18.dove-nix@kingcoder.net>
@REPLY: <4FA0C0BA.175.dove-nix@fleethq.macross.com>
Re: Listing locked user accounts on Linux
By: Chris Trainor to John Guillory on Wed May 02 2012 01:06 am
Yes, /etc/passwd still exists on modern systems, but you cannot tell if
the user account is locked out from that.
I often wondered why folks used to make it sound like 'shadowed' passwords
where secure, all it looked like they was doing was moving the file
to
another location.... ;-)
The passwords will not be revealed because there is no reverse on theSo if you used a /etc/password, the passwords would be stored in clear
hash. That's the point of the shadow file. They are just a hash.
Re: Listing locked user accounts on Linux
By: John Guillory to Chris Trainor on Wed May 02 2012 09:18 am
I often wondered why folks used to make it sound like 'shadowed' passwords
where secure, all it looked like they was doing was moving the file to
another location.... ;-)
/etc/passwd is readable by all users. The shadow password isn't. When the password is placed in the shadow password file, it is secure.
The passwords will not be revealed because there is no reverse on the hash. That's the point of the shadow file. They are just a hash.
We used to sanitize inputs so someone couldn't enter as a user name:
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 106 |
Nodes: | 16 (0 / 16) |
Uptime: | 10:33:48 |
Calls: | 5,846 |
Files: | 8,496 |
D/L today: |
12 files (7,044K bytes) |
Messages: | 343,180 |