summaryrefslogtreecommitdiff
path: root/man/it/man8/chpasswd.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/it/man8/chpasswd.8')
-rw-r--r--man/it/man8/chpasswd.8101
1 files changed, 52 insertions, 49 deletions
diff --git a/man/it/man8/chpasswd.8 b/man/it/man8/chpasswd.8
index cefdd67b..03dcddf4 100644
--- a/man/it/man8/chpasswd.8
+++ b/man/it/man8/chpasswd.8
@@ -2,12 +2,12 @@
.\" Title: chpasswd
.\" Author: Julianne Frances Haugh
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\" Date: 13/06/2019
+.\" Date: 01/12/2019
.\" Manual: Comandi per la gestione del sistema
-.\" Source: shadow-utils 4.7
+.\" Source: shadow-utils 4.8
.\" Language: Italian
.\"
-.TH "CHPASSWD" "8" "13/06/2019" "shadow\-utils 4\&.7" "Comandi per la gestione del si"
+.TH "CHPASSWD" "8" "01/12/2019" "shadow\-utils 4\&.8" "Comandi per la gestione del si"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -34,13 +34,14 @@ chpasswd \- aggiorna le password in modo non interattivo
\fBchpasswd\fR [\fIopzioni\fR]
.SH "DESCRIZIONE"
.PP
+The
\fBchpasswd\fR
-legge da standard input un elenco di coppie di nomi utente e password e usa queste informazioni per aggiornare un gruppo di utenti esistenti\&. Ciascuna riga usa il formato:
+command reads a list of user name and password pairs from standard input and uses this information to update a group of existing users\&. Each line is of the format:
.PP
-\fInome_utente\fR:\fIpassword\fR
+\fIuser_name\fR:\fIpassword\fR
.PP
-Come impostazione predefinita, si devono fornire password in chiaro che vengono poi cifrate da
-\fBchpasswd\fR\&. Vengono aggiornate, se presenti, anche le informazioni sulla durata delle password\&.
+By default the passwords must be supplied in clear\-text, and are encrypted by
+\fBchpasswd\fR\&. Also the password age will be updated, if present\&.
.PP
The default encryption algorithm can be defined for the system with the
\fBENCRYPT_METHOD\fR
@@ -59,26 +60,25 @@ first updates all the passwords in memory, and then commits all the changes to d
Questo comando \(`e appositamente pensato per grossi sistemi in cui si abbia la necessit\(`a di creare molti account nello stesso momento\&.
.SH "OPZIONI"
.PP
-Il comando
+The options which apply to the
\fBchpasswd\fR
-accetta le seguenti opzioni:
+command are:
.PP
-\fB\-c\fR, \fB\-\-crypt\-method\fR\ \&\fIMETODO\fR
+\fB\-c\fR, \fB\-\-crypt\-method\fR\ \&\fIMETHOD\fR
.RS 4
Utilizza il metodo specificato per cifrare le password\&.
.sp
I metodi disponibili sono DES, MD5, NONE e SHA256 o SHA512 se la propria libc lo consente\&.
.sp
-Normalmente (se nessuna delle opzioni
+By default (if none of the
\fB\-c\fR,
-\fB\-m\fR
-o
+\fB\-m\fR, or
\fB\-e\fR
-viene specificata), il metodo di cifratura \(`e definito dalle variabili
+options are specified), the encryption method is defined by the
\fBENCRYPT_METHOD\fR
-o
+or
\fBMD5_CRYPT_ENAB\fR
-in
+variables of
/etc/login\&.defs\&.
.RE
.PP
@@ -99,13 +99,14 @@ Usa la cifratura MD5 anzich\('e DES quando le password fornite non sono cifrate\
.PP
\fB\-R\fR, \fB\-\-root\fR\ \&\fICHROOT_DIR\fR
.RS 4
-Effettua le modifiche nella directory
+Apply changes in the
+\fICHROOT_DIR\fR
+directory and use the configuration files from the
\fICHROOT_DIR\fR
-e usa i file di configurazione dalla directory
-\fICHROOT_DIR\fR\&.
+directory\&.
.RE
.PP
-\fB\-s\fR, \fB\-\-sha\-rounds\fR\ \&\fICICLI\fR
+\fB\-s\fR, \fB\-\-sha\-rounds\fR\ \&\fIROUNDS\fR
.RS 4
Usa il numero specificato di cicli per cifrare la password\&.
.sp
@@ -115,11 +116,11 @@ I valori minimo di 1\&.000 e massimo di 999\&.999\&.999 sono forzati\&.
.sp
Si pu\(`o utilizzare questa opzione solo con i metodi di cifratura SHA256 o SHA512\&.
.sp
-Il numero di cicli \(`e definito dalle variabili
+By default, the number of rounds is defined by the
\fBSHA_CRYPT_MIN_ROUNDS\fR
-e
+and
\fBSHA_CRYPT_MAX_ROUNDS\fR
-in
+variables in
/etc/login\&.defs\&.
.RE
.SH "AVVISI/CAVEAT"
@@ -127,48 +128,48 @@ in
Ricordarsi di impostare i permessi o umask in modo da prevenire la lettura in chiaro da parte di altri utenti\&.
.SH "CONFIGURAZIONE"
.PP
-Le seguenti variabili di configurazione in
+The following configuration variables in
/etc/login\&.defs
-cambiano il comportamento di questo strumento:
+change the behavior of this tool:
.PP
-\fBENCRYPT_METHOD\fR (testo)
+\fBENCRYPT_METHOD\fR (string)
.RS 4
Definisce l\*(Aqalgoritmo di cifratura predefinito per le password (se non ne viene specificato uno a riga di comando)\&.
.sp
-Pu\(`o avere uno dei seguenti valori:
+It can take one of these values:
\fIDES\fR
-(predefinito),
+(default),
\fIMD5\fR, \fISHA256\fR, \fISHA512\fR\&.
.sp
-Nota: questo parametro ha la precedenza sulla variabile
-\fBMD5_CRYPT_ENAB\fR\&.
+Note: this parameter overrides the
+\fBMD5_CRYPT_ENAB\fR
+variable\&.
.RE
.PP
-\fBMD5_CRYPT_ENAB\fR (booleano)
+\fBMD5_CRYPT_ENAB\fR (boolean)
.RS 4
-Indica se le password vanno cifrate usando l\*(Aqalgoritmo basato su MD5\&. Se impostato a
-\fIyes\fR
-le nuove password saranno cifrate usando un algoritmo basato su MD5 e compatibile con quello delle versioni pi\(`u recenti di FreeBSD\&. Supporta password di lunghezza qualsiasi e testi \(Fosalt\(Fc pi\(`u lunghi\&. Impostare a
+Indicate if passwords must be encrypted using the MD5\-based algorithm\&. If set to
+\fIyes\fR, new passwords will be encrypted using the MD5\-based algorithm compatible with the one used by recent releases of FreeBSD\&. It supports passwords of unlimited length and longer salt strings\&. Set to
\fIno\fR
-se si devono copiare password su altri sistemi che non gestiscono l\*(Aqalgoritmo\&. Il valore predefinito \(`e
+if you need to copy encrypted passwords to other systems which don\*(Aqt understand the new algorithm\&. Default is
\fIno\fR\&.
.sp
-Questa variabile ha meno priorit\(`a della variabile
+This variable is superseded by the
\fBENCRYPT_METHOD\fR
-e di qualsiasi opzione a riga di comando che imposta un algoritmo di cifratura\&.
+variable or by any command line option used to configure the encryption algorithm\&.
.sp
-Questa variabile non \(`e pi\(`u usata\&. Si dovrebbe utilizzare
+This variable is deprecated\&. You should use
\fBENCRYPT_METHOD\fR\&.
.RE
.PP
-\fBSHA_CRYPT_MIN_ROUNDS\fR (numerico), \fBSHA_CRYPT_MAX_ROUNDS\fR (numerico)
+\fBSHA_CRYPT_MIN_ROUNDS\fR (number), \fBSHA_CRYPT_MAX_ROUNDS\fR (number)
.RS 4
-Quando
+When
\fBENCRYPT_METHOD\fR
-vale
+is set to
\fISHA256\fR
-o
-\fISHA512\fR, questo definisce il numero di cicli SHA usati per l\*(Aqalgoritmo di cifratura (quando il numero di cicli non \(`e impostato a riga di comando)\&.
+or
+\fISHA512\fR, this defines the number of SHA rounds used by the encryption algorithm by default (when the number of rounds is not specified on the command line)\&.
.sp
Con molti cicli \(`e pi\(`u difficile trovare una password usando la forza bruta\&. Ma va notato che \(`e richiesta maggiore potenza di calcolo per autenticare gli utenti\&.
.sp
@@ -176,15 +177,16 @@ Se non specificato sar\(`a la libc a scegliere il numero di cicli (5000)\&.
.sp
Il valore deve essere compreso tra 1\&.000 e 999\&.999\&.999\&.
.sp
-Se viene impostato solo uno tra
+If only one of the
\fBSHA_CRYPT_MIN_ROUNDS\fR
-e
-\fBSHA_CRYPT_MAX_ROUNDS\fR, allora l\*(Aqunico valore viene utilizzato\&.
+or
+\fBSHA_CRYPT_MAX_ROUNDS\fR
+values is set, then this value will be used\&.
.sp
-Se
+If
\fBSHA_CRYPT_MIN_ROUNDS\fR
>
-\fBSHA_CRYPT_MAX_ROUNDS\fR, allora viene utilizzato il maggiore\&.
+\fBSHA_CRYPT_MAX_ROUNDS\fR, the highest value will be used\&.
.RE
.SH "FILE"
.PP
@@ -206,4 +208,5 @@ Configurazione del pacchetto password shadow
.PP
\fBpasswd\fR(1),
\fBnewusers\fR(8),
-\fBlogin.defs\fR(5),\fBuseradd\fR(8)\&.
+\fBlogin.defs\fR(5),
+\fBuseradd\fR(8)\&.