diff options
Diffstat (limited to 'man/zh_CN/man8/chgpasswd.8')
-rw-r--r-- | man/zh_CN/man8/chgpasswd.8 | 68 |
1 files changed, 35 insertions, 33 deletions
diff --git a/man/zh_CN/man8/chgpasswd.8 b/man/zh_CN/man8/chgpasswd.8 index 0b6e03cb..49841d85 100644 --- a/man/zh_CN/man8/chgpasswd.8 +++ b/man/zh_CN/man8/chgpasswd.8 @@ -2,12 +2,12 @@ .\" Title: chgpasswd .\" Author: Thomas K\(/loczko <kloczek@pld.org.pl> .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> -.\" Date: 2019-06-13 +.\" Date: 2019-12-01 .\" Manual: 系统管理命令 -.\" Source: shadow-utils 4.7 +.\" Source: shadow-utils 4.8 .\" Language: Chinese Simplified .\" -.TH "CHGPASSWD" "8" "2019-06-13" "shadow\-utils 4\&.7" "系统管理命令" +.TH "CHGPASSWD" "8" "2019-12-01" "shadow\-utils 4\&.8" "系统管理命令" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -34,14 +34,14 @@ chgpasswd \- 批量更新组密码 \fBchgpasswd\fR [\fI选项\fR] .SH "描述" .PP +The \fBchgpasswd\fR -命令从标准输入读取一系列组名和密码对,并使用此信息更新这些存在的组。每行的格式如下: +command reads a list of group name and password pairs from standard input and uses this information to update a set of existing groups\&. Each line is of the format: .PP \fIgroup_name\fR:\fIpassword\fR .PP -默认上,提供的密码必须是明码文本,然后由 -\fBchgpasswd\fR -加密。 +By default the supplied password must be in clear\-text, and is encrypted by +\fBchgpasswd\fR\&. .PP The default encryption algorithm can be defined for the system with the \fBENCRYPT_METHOD\fR @@ -55,8 +55,9 @@ options\&. 此命令一般用于需要一次创建很多用户的大型系统。 .SH "选项" .PP +The options which apply to the \fBchgpasswd\fR -可以接受的选项有: +command are: .PP \fB\-c\fR, \fB\-\-crypt\-method\fR .RS 4 @@ -99,9 +100,8 @@ directory\&. .sp 您只可以对 SHA256 或 SHA512 使用此选项。 .sp -默认,轮转数由 -/etc/login\&.defs -文件中的 SHA_CRYPT_MIN_ROUNDS 和 SHA_CRYPT_MAX_ROUNDS 变量确定。 +By default, the number of rounds is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in +/etc/login\&.defs\&. .RE .SH "CAVEATS" .PP @@ -110,28 +110,29 @@ directory\&. 您需要确保你吗和加密方法符合系统的密码策略。 .SH "配置文件" .PP -在 +The following configuration variables in /etc/login\&.defs -中有如下配置变量,可以用来更改此工具的行为: +change the behavior of this tool: .PP \fBENCRYPT_METHOD\fR (string) .RS 4 这定义了系统加密密码的默认算法(如果没有在命令行上指定算法)。 .sp -可以使用如下值:\fIDES\fR +It can take one of these values: +\fIDES\fR (default), \fIMD5\fR, \fISHA256\fR, \fISHA512\fR\&. .sp -注意,此参数会覆盖 +Note: this parameter overrides the \fBMD5_CRYPT_ENAB\fR -变量。 +variable\&. .RE .PP \fBMAX_MEMBERS_PER_GROUP\fR (number) .RS 4 -每个组条目的最大成员数。达到最大值时,在 +Maximum members per group entry\&. When the maximum is reached, a new group entry (line) is started in /etc/group -开始一个新条目(行)(使用同样的名称,同样的密码,同样的 GID)。 +(with the same name, same password, and same GID)\&. .sp 默认值是 0,意味着组中的成员数没有限制。 .sp @@ -144,27 +145,28 @@ directory\&. .PP \fBMD5_CRYPT_ENAB\fR (boolean) .RS 4 -表示密码是否必须使用基于 MD5 的算法加密。如果设为 -\fIyes\fR,新密码将使用可以和新版 FreeBSD 兼容的基于 MD5 的算法加密。它支持无限长度的密码以及更长的盐字符串。如果您需要将加密的密码复制到其它不理解新算法的系统,设置为 -\fIno\fR。默认值是 -\fIno\fR。 +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 +if you need to copy encrypted passwords to other systems which don\*(Aqt understand the new algorithm\&. Default is +\fIno\fR\&. .sp This variable is superseded by the \fBENCRYPT_METHOD\fR variable or by any command line option used to configure the encryption algorithm\&. .sp -此变量已经废弃。您应该使用 -\fBENCRYPT_METHOD\fR。 +This variable is deprecated\&. You should use +\fBENCRYPT_METHOD\fR\&. .RE .PP \fBSHA_CRYPT_MIN_ROUNDS\fR (number), \fBSHA_CRYPT_MAX_ROUNDS\fR (number) .RS 4 +When \fBENCRYPT_METHOD\fR -设为 +is set to \fISHA256\fR -或 -\fISHA512\fR -时,此项确定加密算法默认使用 SHA 轮转数目(当轮转数没有通过命令行指定时)。 +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 使用很多轮转,会让暴力破解更加困难。但是需要注意,认证用户时也会需要更多的 CPU 资源。 .sp @@ -172,16 +174,16 @@ variable or by any command line option used to configure the encryption algorith .sp 值必须在 1000 \- 999,999,999 之间。 .sp -如果只设置了一个 +If only one of the \fBSHA_CRYPT_MIN_ROUNDS\fR -或 +or \fBSHA_CRYPT_MAX_ROUNDS\fR -值,就会使用这个值。 +values is set, then this value will be used\&. .sp -如果 +If \fBSHA_CRYPT_MIN_ROUNDS\fR > -\fBSHA_CRYPT_MAX_ROUNDS\fR,将会使用大的那个。 +\fBSHA_CRYPT_MAX_ROUNDS\fR, the highest value will be used\&. .RE .SH "文件" .PP |