~ubuntu-branches/ubuntu/raring/shadow/raring-proposed

« back to all changes in this revision

Viewing changes to man/fr/chfn.1

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-05 09:45:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505094521-wpk2wn3q7957tlah
Tags: 1:4.1.3.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Ubuntu specific:
    + debian/login.defs: use SHA512 by default for password crypt routine.
  - debian/patches/stdout-encrypted-password.patch: chpasswd can report
    password hashes on stdout (debian bug 505640).
  - debian/login.pam: Enable SELinux support (debian bug 527106).
  - debian/securetty.linux: support Freescale MX-series (debian bug 527095).
* Add debian/patches/300_lastlog_failure: fixed upstream (debian bug 524873).
* Drop debian/patches/593_omit_lastchange_field_if_clock_is_misset: fixed
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"     Title: chfn
2
2
.\"    Author: 
3
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4
 
.\"      Date: 03/04/2008
 
4
.\"      Date: 15/04/2009
5
5
.\"    Manual: Commandes utilisateur
6
6
.\"    Source: Commandes utilisateur
7
7
.\"
8
 
.TH "CHFN" "1" "03/04/2008" "Commandes utilisateur" "Commandes utilisateur"
 
8
.TH "CHFN" "1" "15/04/2009" "Commandes utilisateur" "Commandes utilisateur"
9
9
.\" disable hyphenation
10
10
.nh
11
11
.\" disable justification (adjust text to left margin only)
19
19
.PP
20
20
The
21
21
\fBchfn\fR
22
 
command changes user fullname, office number, office extension, and home phone number information for a user\'s account\. This information is typically printed by
 
22
command changes user fullname, office number, office extension, and home phone number information for a user\'s account\&. This information is typically printed by
23
23
\fBfinger\fR(1)
24
 
and similar programs\. A normal user may only change the fields for her own account, subject to the restrictions in
25
 
\fI/etc/login\.defs\fR\. (The default configuration is to prevent users from changing their fullname\.) The superuser may change any field for any account\. Additionally, only the superuser may use the
 
24
and similar programs\&. A normal user may only change the fields for her own account, subject to the restrictions in
 
25
\fI/etc/login\&.defs\fR\&. (The default configuration is to prevent users from changing their fullname\&.) The superuser may change any field for any account\&. Additionally, only the superuser may use the
26
26
\fB\-o\fR
27
 
option to change the undefined portions of the GECOS field\.
 
27
option to change the undefined portions of the GECOS field\&.
28
28
.PP
29
 
La seule restriction pour le contenu des champs est qu\'ils ne doivent contenir aucun caractère de contrôle, ni aucune virgule, deux\-points ou signe égal\. Le champ
30
 
\fIautre\fR
31
 
n\'a pas cette limitation et peut être utilisé pour enregistrer des informations sur le compte pour d\'autres applications\.
 
29
These fields must not contain any colons\&. Except for the
 
30
\fIother\fR
 
31
field, they should not contain any comma or equal sign\&. It is also recommended to avoid non\-US\-ASCII characters, but this is only enforced for the phone numbers\&. The
 
32
\fIother\fR
 
33
field is used to store accounting information used by other applications\&.
32
34
.PP
33
35
Si aucune option n\'est sélectionnée,
34
36
\fBchfn\fR
35
 
opère de manière interactive, demandant à l\'utilisateur d\'entrer les valeurs actuelles de chacun des champs\. Entrer une nouvelle valeur pour la modifier, ou de laisser une ligne blanche pour conserver la valeur actuelle\. La valeur actuelle est indiquée entre crochets (\fB[ ]\fR)\. En l\'absence d\'option,
 
37
opère de manière interactive, demandant à l\'utilisateur d\'entrer les valeurs actuelles de chacun des champs\&. Entrer une nouvelle valeur pour la modifier, ou de laisser une ligne blanche pour conserver la valeur actuelle\&. La valeur actuelle est indiquée entre crochets (\fB[ ]\fR)\&. En l\'absence d\'option,
36
38
\fBchfn\fR
37
 
opère sur l\'utilisateur actuel\.
 
39
opère sur l\'utilisateur actuel\&.
38
40
.SH "CONFIGURATION"
39
41
.PP
40
42
The following configuration variables in
41
 
\fI/etc/login\.defs\fR
 
43
\fI/etc/login\&.defs\fR
42
44
change the behavior of this tool:
43
45
.PP
44
46
\fBCHFN_AUTH\fR (boolean)
46
48
If
47
49
\fIyes\fR, the
48
50
\fBchfn\fR
49
 
program will require authentication before making any changes, unless run by the superuser\.
 
51
program will require authentication before making any changes, unless run by the superuser\&.
50
52
.RE
51
53
.PP
52
54
\fBCHFN_RESTRICT\fR (string)
57
59
\fI/etc/passwd\fR
58
60
file may be changed by regular users using the
59
61
\fBchfn\fR
60
 
program\. It can be any combination of letters
 
62
program\&. It can be any combination of letters
61
63
\fIf\fR,
62
64
\fIr\fR,
63
65
\fIw\fR,
64
 
\fIh\fR, for Full name, Room number, Work phone, and Home phone, respectively\. For backward compatibility,
 
66
\fIh\fR, for Full name, Room number, Work phone, and Home phone, respectively\&. For backward compatibility,
65
67
\fIyes\fR
66
68
is equivalent to
67
69
\fIrwh\fR
68
70
and
69
71
\fIno\fR
70
72
is equivalent to
71
 
\fIfrwh\fR\. If not specified, only the superuser can make any changes\. The most restrictive setting is better achieved by not installing
 
73
\fIfrwh\fR\&. If not specified, only the superuser can make any changes\&. The most restrictive setting is better achieved by not installing
72
74
\fBchfn\fR
73
 
SUID\.
 
75
SUID\&.
74
76
.RE
75
77
.PP
76
78
\fBLOGIN_STRING\fR (string)
77
79
.RS 4
78
 
The string used for prompting a password\. The default is to use "Password: ", or a translation of that string\. If you set this variable, the prompt will no be translated\.
 
80
La chaîne de caractères utilisée pour l\'invite de mot de passe\&. La valeur par défaut est d\'utiliser "Password: " (\(Fo\ \&mot de passe\ \&:\ \&\(Fc), ou une traduction de cette chaîne\&. Si vous définissez cette variable, l\'invite ne sera pas traduit\&.
79
81
.sp
80
 
If the string contains
81
 
\fI%s\fR, this will be replaced by the user\'s name\.
 
82
Si la chaîne contient
 
83
\fI%s\fR, ces caractères seront remplacés par le nom de l\'utilisateur\&.
82
84
.RE
83
85
.SH "FICHIERS"
84
86
.PP
85
 
\fI/etc/login\.defs\fR
 
87
\fI/etc/login\&.defs\fR
86
88
.RS 4
87
 
Configuration de la suite des mots de passe cachés \(Fo\ \&shadow password\ \&\(Fc\.
 
89
Configuration de la suite des mots de passe cachés \(Fo\ \&shadow password\ \&\(Fc\&.
88
90
.RE
89
91
.PP
90
92
\fI/etc/passwd\fR
91
93
.RS 4
92
 
Informations sur les comptes des utilisateurs\.
 
94
Informations sur les comptes des utilisateurs\&.
93
95
.RE
94
96
.SH "VOIR AUSSI"
95
97
.PP
96
98
\fBchsh\fR(1),
97
99
\fBlogin.defs\fR(5),
98
 
\fBpasswd\fR(5)\.
 
100
\fBpasswd\fR(5)\&.