Provided by: passwd_4.8.1-1ubuntu5.20.04.5_amd64 bug

NOME

       pwconv, pwunconv, grpconv, grpunconv - convertono a e da password e gruppi shadow.

SINOSSI

       pwconv [opzioni]

       pwunconv [opzioni]

       grpconv [opzioni]

       grpunconv [opzioni]

DESCRIZIONE

       The pwconv command creates shadow from passwd and an optionally existing shadow.

       The pwunconv command creates passwd from passwd and shadow and then removes shadow.

       The grpconv command creates gshadow from group and an optionally existing gshadow.

       The grpunconv command creates group from group and gshadow and then removes gshadow.

       These four programs all operate on the normal and shadow password and group files:
       /etc/passwd, /etc/group, /etc/shadow, and /etc/gshadow.

       Each program acquires the necessary locks before conversion.  pwconv and grpconv are
       similar. First, entries in the shadowed file which don't exist in the main file are
       removed. Then, shadowed entries which don't have `x' as the password in the main file are
       updated. Any missing shadowed entries are added. Finally, passwords in the main file are
       replaced with `x'. These programs can be used for initial conversion as well to update the
       shadowed file if the main file is edited by hand.

       pwconv will use the values of PASS_MIN_DAYS, PASS_MAX_DAYS, and PASS_WARN_AGE from
       /etc/login.defs when adding new entries to /etc/shadow.

       Likewise pwunconv and grpunconv are similar. Passwords in the main file are updated from
       the shadowed file. Entries which exist in the main file but not in the shadowed file are
       left alone. Finally, the shadowed file is removed. Some password aging information is lost
       by pwunconv. It will convert what it can.

OPZIONI

       The options which apply to the pwconv, pwunconv, grpconv, and grpunconv commands are:

       -h, --help
           Mostra un messaggio di aiuto ed esce.

       -R, --root CHROOT_DIR
           Apply changes in the CHROOT_DIR directory and use the configuration files from the
           CHROOT_DIR directory.

ERRORI

       Errors in the password or group files (such as invalid or duplicate entries) may cause
       these programs to loop forever or fail in other strange ways. Please run pwck and grpck to
       correct any such errors before converting to or from shadow passwords or groups.

CONFIGURAZIONE

       The following configuration variable in /etc/login.defs changes the behavior of grpconv
       and grpunconv:

       MAX_MEMBERS_PER_GROUP (number)
           Maximum members per group entry. When the maximum is reached, a new group entry (line)
           is started in /etc/group (with the same name, same password, and same GID).

           Il valore predefinito è 0, che non pone nessun limite al numero di membri per gruppo.

           Questa opzione (dividi gruppo) permette di limitare la lunghezza delle righe nel file
           «group». Questo è utile per essere certi che le righe per gruppi NIS non eccedano i
           1024 caratteri.

           Se si deve impostare questo limite, si può usare 25.

           Nota: la divisione dei gruppi potrebbe non essere supportata da ogni strumento (anche
           all'interno del pacchetto Shadow). Non si dovrebbe utilizzare questa variabile a meno
           di esserci forzati.

       The following configuration variables in /etc/login.defs change the behavior of pwconv:

       PASS_MAX_DAYS (number)
           Il numero massimo di giorni che una password può essere utilizzata. Se la password è
           più vecchia verrà imposto il suo cambiamento. Se non specificato viene assunto -1 (che
           disabilita questo controllo).

       PASS_MIN_DAYS (number)
           Il numero minimo di giorni tra due cambiamenti di password. Ogni tentativo di cambiare
           la password prima di questo periodo verrà rifiutato. Se non specificato viene assunto
           -1 (che disabilita questo controllo).

       PASS_WARN_AGE (number)
           Il numero di giorni per i quali un utente va avvisato che la sua password sta per
           scadere. Se zero l'utente viene avvisato solo alla scadenza. Un valore negativo indica
           che non si deve avvisare mai. Se non specificato allora non c'è nessun avviso.

FILE

       /etc/login.defs
           Configurazione del pacchetto password shadow

VEDERE ANCHE

       grpck(8), login.defs(5), pwck(8).