table of contents
SHADOW(5) | Formati di file e conversioni | SHADOW(5) |
NOME¶
shadow - file delle password shadow
DESCRIZIONE¶
shadow is a file which contains the password information for the system's accounts and optional aging information.
Questo file non deve essere leggibile dagli utenti normali se si vuole mantenere la sicurezza sulle password.
Each line of this file contains 9 fields, separated by colons («:»), in the following order:
nome di login
password cifrata
If the password field contains some string that is not a valid result of crypt(3), for instance ! or *, the user will not be able to use a unix password to log in (but the user may log in the system by other means).
This field may be empty, in which case no passwords are required to authenticate as the specified login name. However, some applications which read the /etc/shadow file may decide not to permit any access at all if the password field is empty.
A password field which starts with an exclamation mark means that the password is locked. The remaining characters on the line represent the password field before the password was locked.
data dell'ultimo cambio di password
The value 0 has a special meaning, which is that the user should change her password the next time she will log in the system.
Un campo vuoto implica che la scadenza della password è disabilitata.
età minima password
Un campo vuoto o con valore 0 indica che non c'è una età minima della password.
età massima password
Quando questo numero di giorni è passato, la password può ancora essere valida. All'utente verrà chiesto di cambiare la password durante il successivo accesso.
Un campo vuoto indica che non ci sono una età massima password, un periodo di avviso e nessun periodo di inattività (vedere oltre).
Se l'età massima password è minore dell'età minima password, l'utente non può cambiare la propria password.
periodo avviso password
Un campo vuoto e il valore 0 indicano che non c'è un periodo di avviso password.
periodo inattività password
After expiration of the password and this expiration period is elapsed, no login is possible for the user. The user should contact her administrator.
Un campo vuoto implica che non è applicato il periodo di inattività.
data scadenza account
Note that an account expiration differs from a password expiration. In case of an account expiration, the user shall not be allowed to login. In case of a password expiration, the user is not allowed to login using her password.
Un campo vuoto implica che l'account non scade mai.
Il valore 0 non andrebbe usato perché potrebbe essere interpretato come account che non scade o come scaduto il 1 gennaio 1970.
campo riservato
FILE¶
/etc/passwd
/etc/shadow
/etc/shadow-
Notare che questo file viene usato dagli strumenti del pacchetto shadow, ma non da tutti gli strumenti per la gestione di utenti e password.
VEDERE ANCHE¶
chage(1), login(1), passwd(1), passwd(5), pwck(8), pwconv(8), pwunconv(8), su(1), sulogin(8).
19/04/2024 | shadow-utils 4.6 |