201 lines
6.1 KiB
HTML
201 lines
6.1 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of SHADOW</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>SHADOW</H1>
|
|
Section: Formati di file e conversioni (5)<BR>Updated: 28/05/2020<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NOME</H2>
|
|
|
|
shadow - file delle password shadow
|
|
<A NAME="lbAC"> </A>
|
|
<H2>DESCRIZIONE</H2>
|
|
|
|
<P>
|
|
|
|
shadow
|
|
is a file which contains the password information for the system's accounts and optional aging information.
|
|
<P>
|
|
|
|
Questo file non deve essere leggibile dagli utenti normali se si vuole mantenere la sicurezza sulle password.
|
|
<P>
|
|
|
|
Each line of this file contains 9 fields, separated by colons («:»), in the following order:
|
|
<P>
|
|
|
|
<B>nome di login</B>
|
|
<DL COMPACT><DT id="1"><DD>
|
|
Deve essere un nome valido di un account esistente nel sistema.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>password cifrata</B>
|
|
<DL COMPACT><DT id="2"><DD>
|
|
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.
|
|
<P>
|
|
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.
|
|
<P>
|
|
Refer to
|
|
<B><A HREF="/cgi-bin/man/man2html?3+crypt">crypt</A></B>(3)
|
|
for details on how this string is interpreted.
|
|
<P>
|
|
If the password field contains some string that is not a valid result of
|
|
<B><A HREF="/cgi-bin/man/man2html?3+crypt">crypt</A></B>(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).
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>data dell'ultimo cambio di password</B>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Data dell'ultimo cambio di password espressa in numero di giorni a partire dal 1 gennaio 1970.
|
|
<P>
|
|
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.
|
|
<P>
|
|
Un campo vuoto implica che la scadenza della password è disabilitata.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>età minima password</B>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
L'età minima password è il numero di giorni che l'utente dovrà attendere prima di poter cambiare nuovamente la propria password.
|
|
<P>
|
|
Un campo vuoto o con valore 0 indica che non c'è una età minima della password.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>età massima password</B>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
L'età massima password è il numero di giorni dopo il quale l'utente deve cambiare la propria password.
|
|
<P>
|
|
Quando questo numero di giorni è passato, la password può ancora essere valida. All'utente verrà chiesto di cambiare la password durante il successivo accesso.
|
|
<P>
|
|
Un campo vuoto indica che non ci sono una età massima password, un periodo di avviso e nessun periodo di inattività (vedere oltre).
|
|
<P>
|
|
Se l'età massima password è minore dell'età minima password, l'utente non può cambiare la propria password.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>periodo avviso password</B>
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Il numero di giorni prima della scadenza di una password (vedere età massima password, sopra) durante il quale l'utente riceve un avviso.
|
|
<P>
|
|
Un campo vuoto e il valore 0 indicano che non c'è un periodo di avviso password.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>periodo inattività password</B>
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Il numero di giorni dopo la scadenza della password (vedere età massima password, sopra) durante il quale la password è ancora accettata (e l'utente dovrebbe aggiornare la propria password al primo accesso).
|
|
<P>
|
|
Dopo la scadenza della password e di questo periodo, l'utente non potrà accedere usando questa password, ma dovrà contattare l'amministratore.
|
|
<P>
|
|
Un campo vuoto implica che non è applicato il periodo di inattività.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>data scadenza account</B>
|
|
<DL COMPACT><DT id="8"><DD>
|
|
La data di scadenza dell'account, espressa in numero di giorni dal 1 gennaio 1970.
|
|
<P>
|
|
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.
|
|
<P>
|
|
Un campo vuoto implica che l'account non scade mai.
|
|
<P>
|
|
Il valore 0 non andrebbe usato perché potrebbe essere interpretato come account che non scade o come scaduto il 1 gennaio 1970.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>campo riservato</B>
|
|
<DL COMPACT><DT id="9"><DD>
|
|
Questo campo è riservato per uso futuro.
|
|
</DL>
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>FILE</H2>
|
|
|
|
<P>
|
|
|
|
/etc/passwd
|
|
<DL COMPACT><DT id="10"><DD>
|
|
Informazioni sugli account utente.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
/etc/shadow
|
|
<DL COMPACT><DT id="11"><DD>
|
|
Informazioni sicure sugli account utente.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
/etc/shadow-
|
|
<DL COMPACT><DT id="12"><DD>
|
|
Copia di backup per /etc/shadow.
|
|
<P>
|
|
Notare che questo file viene usato dagli strumenti del pacchetto shadow, ma non da tutti gli strumenti per la gestione di utenti e password.
|
|
</DL>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>VEDERE ANCHE</H2>
|
|
|
|
<P>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?1+chage">chage</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?1+login">login</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?1+passwd">passwd</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?5+passwd">passwd</A></B>(5),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+pwck">pwck</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+pwconv">pwconv</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+pwunconv">pwunconv</A></B>(8),
|
|
<B><A HREF="/cgi-bin/man/man2html?1+su">su</A></B>(1),
|
|
<B><A HREF="/cgi-bin/man/man2html?8+sulogin">sulogin</A></B>(8).
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="13"><A HREF="#lbAB">NOME</A><DD>
|
|
<DT id="14"><A HREF="#lbAC">DESCRIZIONE</A><DD>
|
|
<DT id="15"><A HREF="#lbAD">FILE</A><DD>
|
|
<DT id="16"><A HREF="#lbAE">VEDERE ANCHE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:04 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|