newusers

NOM

newusers - Mettre `a jour, ou cr'eer de nouveaux utilisateurs par lots

SYNOPSIS

newusers [options nouveaux_utilisateurs]

DESCRIPTION

The newusers command reads a file of user name and clear-text password pairs and uses this information to update a group of existing users or to create new users. Each line is in the same format as the standard password file (see passwd(5)) with the exceptions explained below:

pw_name:pw_passwd:pw_uid:pw_gid:pw_gecos:pw_dir:pw_shell

pw_name

This is the name of the user.
It can be the name of a new user or the name of an existing user (or an user created before by newusers). In case of an existing user, the user's information will be changed, otherwise a new user will be created.

pw_passwd

Ce champ sera chiffr'e et utilis'e comme la nouvelle valeur du mot de passe chiffr'e.

pw_uid

This field is used to define the UID of the user.
If the field is empty, an new (unused) UID will be defined automatically by newusers.
If this field contains a number, this number will be used as the UID.
If this field contains the name of an existing user (or the name of an user created before by newusers), the UID of the specified user will be used.
If the UID of an existing user is changed, the files ownership of the user's file should be fixed manually.

pw_gid

This field is used to define the primary group ID for the user.
If this field contains the name of an existing group (or a group created before by newusers), the GID of this group will be used as the primary group ID for the user.
If this field is a number, this number will be used as the primary group ID of the user. If no groups exist with this GID, a new group will be created with this GID, and the name of the user.
If this field is empty, a new group will be created with the name of the user and a GID will be automatically defined by newusers to be used as the primary group ID for the user and as the GID for the new group.
If this field contains the name of a group which does not exist (and was not created earlier wbefore by newusers), a new group will be created with the specified name and a GID will be automatically defined by newusers to be used as the primary group ID for the user and Gs the ID for the new group.

pw_gecos

This field is copied in the GECOS field of the user.

pw_dir

This field is used to define the home directory of the user.
If this field does not specify an existing directory, the specified directory is created, with ownership set to the user being created or updated and its primary group.
If the home directory of an existing user is changed, newusers does not move or copy the content of the old directory to the new location. This should be done manually.

pw_shell

This field defines the shell of the user. No checks are performed on this field.

newusers first tries to create or change all the specified users, and then write these changes to the user or group databases. If an error occurs (except in the final writes to the databases), no changes are committed to the databases.

Cette commande a 'et'e con,cue pour les gros syst`emes pour lesquels un grand nombre de comptes sont mis `a jour `a un m^eme instant.

OPTIONS

Les options disponibles pour la commande newusers sont :

-c, --crypt-method

Use the specified method to encrypt the passwords.
The available methods are DES, MD5, NONE, and SHA256 or SHA512 if your libc support these methods.

-h, --help

Afficher un message d'aide et quitter.

-r, --system

Cr'eer un compte syst`eme.
System users will be created with no aging information in /etc/shadow, and their numeric identifiers are choosen in the SYS_UID_MIN-SYS_UID_MAX range, defined in login.defs, instead of UID_MIN-UID_MAX (and their GID counterparts for the creation of groups).

-s, --sha-rounds

Use the specified number of rounds to encrypt the passwords.
The value 0 means that the system will choose the default number of rounds for the crypt method (5000).
A minimal value of 1000 and a maximal value of 999,999,999 will be enforced.
You can only use this option with the SHA256 or SHA512 crypt method.
By default, the number of rounds is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in /etc/login.defs.

AVERTISSEMENTS

Le fichier d'entr'ee doit ^etre correctement prot'eg'e puisqu'il contient des mots de passe en clair.

You should make sure the passwords and the encryption method respect the system's password policy.

CONFIGURATION

Les variables de configuration suivantes de /etc/login.defs modifient le comportement de cet outil :

ENCRYPT_METHOD (cha^ine ce caract`eres)

D'efinit les algorithmes de chiffrement par d'efaut du syst`eme pour coder les mots de passes (si aucun algorithme n'a 'et'e indiqu'e sur la ligne de commandes).
Il peut prendre une de ces valeurs :
* DES (par d'efaut)
* MD5
* SHA256
* SHA512

Remarque : ce param`etre remplace la variable MD5_CRYPT_ENAB.

GID_MAX (nombre), GID_MIN (nombre)

Plage d'identifiants num'eriques de groupes que les commandes useradd, groupadd ou newusers peuvent utiliser pour la cr'eation des groupes normaux.

MAX_MEMBERS_PER_GROUP (nombre)

Nombre maximum de membres par entr'ee de groupe. Lorsque le maximum est atteint, une nouvelle entr'ee de groupe (ligne) est d'emarr'ee dans /etc/group (avec le m^eme nom, m^eme mot de passe, et m^eme GID).
La valeur par d'efaut est 0, ce qui signifie qu'il n'y a pas de limites pour le nombre de membres dans un groupe.
Cette fonctionnalit'e (groupe d'ecoup'e) permet de limiter la longueur des lignes dans le fichier de groupes. Ceci est utile pour s'assurer que les lignes pour les groupes NIS ne sont pas plus grandes que 1024 caract`eres.
Si vous avez besoin de fixer cette limite, vous pouvez utiliser 25.
Remarque : les groupes d'ecoup'es ne sont peut-^etre pas pris en charge par tous les outils (m^eme dans la suite d'outils Shadow). Vous ne devriez pas utiliser cette variable, sauf si vous en avez vraiment besoin.

MD5_CRYPT_ENAB (bool'een)

Indicate if passwords must be encrypted using the MD5-based algorithm. If set to yes, 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 no if you need to copy encrypted passwords to other systems which don't understand the new algorithm. Default is no.
This variable is superceded by the ENCRYPT_METHOD variable or by any command line option used to configure the encryption algorithm.
This variable is deprecated. You should use ENCRYPT_METHOD.

PASS_MAX_DAYS (nombre)

Nombre maximum de jours de validit'e d'un mot de passe. Apr`es cette dur'ee, une modification du mot de passe est obligatoire. S'il n'est pas pr'ecis'e, la valeur de -1 est utilis'ee (ce qui enl`eve toute restriction).

PASS_MIN_DAYS (nombre)

Nombre minimum de jours autoris'e avant la modification d'un mot de passe. Toute tentative de modification du mot de passe avant cette dur'ee est rejet'ee. S'il n'est pas pr'ecis'e, la valeur de -1 est utilis'ee (ce qui enl`eve toute restriction).

PASS_WARN_AGE (nombre)

Nombre de jours durant lesquels l'utilisateur recevra un avertissement avant que son mot de passe n'arrive en fin de validit'e. Une valeur n'egative signifie qu'aucun avertissement n'est donn'e. S'il n'est pas pr'ecis'e, aucun avertissement n'est donn'e.

SHA_CRYPT_MIN_ROUNDS (nombre), SHA_CRYPT_MAX_ROUNDS (nombre)

When ENCRYPT_METHOD is set to SHA256 or SHA512, 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).
With a lot of rounds, it is more difficult to brute forcing the password. But note also that more CPU resources will be needed to authenticate users.
If not specified, the libc will choose the default number of rounds (5000).
The values must be inside the 1000-999999999 range.
If only one of the SHA_CRYPT_MIN_ROUNDS or SHA_CRYPT_MAX_ROUNDS values is set, then this value will be used.
If SHA_CRYPT_MIN_ROUNDS > SHA_CRYPT_MAX_ROUNDS, the highest value will be used.

SYS_GID_MAX (nombre), SYS_GID_MIN (nombre)

Plage d'identifiants num'eriques de groupes que les commandes useradd, groupadd ou newusers peuvent utiliser pour la cr'eation de groupes syst`eme.

SYS_UID_MAX (nombre), SYS_UID_MIN (nombre)

Plage d'identifiants num'eriques d'utilisateurs que les commandes useradd ou newusers peuvent utiliser pour la cr'eation d'utilisateurs syst`eme.

UID_MAX (nombre), UID_MIN (nombre)

Plage d'identifiants num'eriques d'utilisateurs que les commandes useradd ou newusers peuvent utiliser pour la cr'eation d'utilisateurs normaux.

UMASK (nombre)

The file mode creation mask is initialized to this value. If not specified, the mask will be initialized to 022.

useradd and newusers use this mask to set the mode of the home directory they create
It is also used by login to define users' initial umask. Note that this mask can be overriden by the user's GECOS line (if QUOTAS_ENAB is set) or by the specification of a limit with the K identifier in limits(5).

FICHIERS

/etc/passwd

Informations sur les comptes des utilisateurs.

/etc/shadow

Informations s'ecuris'ees sur les comptes utilisateurs.

/etc/group

Informations sur les groupes.

/etc/gshadow

Informations s'ecuris'ees sur les groupes.

/etc/login.defs

Configuration de la suite des mots de passe cach'es Fo shadow password Fc.

VOIR AUSSI

login.defs(5), passwd(1), useradd(8).