Redhat: Shadow

From Define Wiki
Revision as of 10:45, 30 August 2013 by Michael (talk | contribs) (Created page with "== The Redhat Shadow Password Suite == Before security became an issue all users and passwords were stored in /etc/passwd and /etc/group files. But having the passwords stor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Redhat Shadow Password Suite

Before security became an issue all users and passwords were stored in /etc/passwd and /etc/group files. But having the passwords stored in a reachable file is obviously not an option any more. The shadow password suite is designed to solve this problem. Sensitive data such as passwords have been moved to a file only accessible to the root user.

The Shadow password suite consists of four files. /etc/passwd and /etc/group are the files used origanally. Two files have been added to the suite: /etc/shadow and /etc/gshadow. The default values of the files are defined in /etc/login.defs


passwd

group

shadow

gshadow

login.defs