.\"$Id: shadow.5,v 1.9 2002/03/08 04:39:12 kloczek Exp $ .\" Copyright 1989 - 1990, Julianne Frances Haugh .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: .\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. .\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE .\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" .\" Japanese Version Copyright (c) 1997 Kazuyoshi Furutaka .\" all rights reserved. .\" Translated Fri Feb 14 23:06:00 JST 1997 .\" by Kazuyoshi Furutaka .\" Modified Tue 18 Sep 2002 by NAKNAO Takeo .\" .TH SHADOW 5 .\"O .SH NAME .SH 名前 .\"O shadow \- encrypted password file shadow \- 暗号化されたパスワードファイル .\"O .SH DESCRIPTION .SH 説明 .\"O .I shadow .\"O contains the encrypted password information for user's accounts .\"O and optional the password aging information. .\"O Included is .I shadow にはユーザのアカウントに対する暗号化されたパスワード情報、 およびオプションとしてパスワードの有効期限の情報が記されている。 含まれている内容は .IP "" .5i .\"O Login name ログイン名 .IP "" .5i .\"O Encrypted password 暗号化されたパスワード .IP "" .5i .\"O Days since Jan 1, 1970 that password was last changed 1970 年 1 月 1 日から、最後にパスワードが変更された日までの日数 .IP "" .5i .\"O Days before password may be changed パスワードが変更可能となるまでの日数 .IP "" .5i .\"O Days after which password must be changed パスワードを変更しなくてはならなくなる日までの日数 .IP "" .5i .\"O Days before password is to expire that user is warned パスワード有効期限が来る前に、ユーザが警告を受ける日数 .IP "" .5i .\"O Days after password expires that account is disabled パスワード有効期限が過ぎてからアカウントが使用不能になるまでの日数 .IP "" .5i .\"O Days since Jan 1, 1970 that account is disabled 1970 年 1 月 1 日からアカウントが使用不能になる日までの日数 .IP "" .5i .\"O A reserved field 予約フィールド .PP .\"O The password field must be filled. .\"O The encryped password consists of 13 to 24 characters from the .\"O 64 character alphabet .\"O a thru z, A thru Z, 0 thru 9, \. and /. .\"O Refer to \fBcrypt\fR(3) for details on how this string is .\"O interpreted. パスワードフィールドは必ず記入されていなくてはならない。 暗号化されたパスワードは、 a から z、A から Z のアルファベット、 0 から 9 までの数字、 \. と / の 64 文字のうちの、 13 文字以上 24 文字以下である。 この文字列がどのように解釈されるかの詳細は \fBcrypt\fR(3) を参照せよ。 .PP .\"O The date of the last password change is given as the number .\"O of days since Jan 1, 1970. .\"O The password may not be changed again until the proper number .\"O of days have passed, and must be changed after the maximum .\"O number of days. .\"O If the minimum number of days required is greater than the .\"O maximum number of day allowed, this password may not be .\"O changed by the user. 最後にパスワードを変更した日時は 1970 年 1 月 1 日からの日数として記述される。 パスワードは十分な日数が経過してからでないと変更できず、 また最大日数が経過した後は必ず変更しなければならない。 変更可能となるまでに要する日数が有効期限よりも大きい場合は、 ユーザがパスワードを変更することは出来ない。 .PP .\"O An account is considered to be inactive and is disabled if .\"O the password is not changed within the specified number of .\"O days after the password expires. .\"O An account will also be disabled on the specified day .\"O regardless of other password expiration information. パスワードの有効期限が過ぎてから、 指定日数のうちにパスワードを変更しなかった場合は、 そのアカウントは無効になり、使えなくなる。 また、アカウントを指定した期日に、 (その他のパスワード有効期限情報にはよらず) 使用不能とすることもできる。 .PP .\"O This information supercedes any password or password age .\"O information present in \fI/etc/passwd\fR. この情報は、\fI/etc/passwd\fR 中の あらゆるパスワード情報・有効期限情報よりも優先される。 .PP .\"O This file must not be readable by regular users if password .\"O security is to be maintained. パスワードの安全性を保つためには、 このファイルを一般ユーザが読めるようにしてはならない。 .\"O .SH FILES .SH ファイル .\"O /etc/passwd \- user account information /etc/passwd \- ユーザアカウント情報 .br .\"O /etc/shadow \- encrypted user passwords /etc/shadow \- 暗号化されたユーザパスワード .\"O .SH SEE ALSO .SH 関連項目 .BR chage (1), .BR login (1), .BR passwd (1), .BR su (1), .BR passwd (5), .BR pwconv (8), .BR pwunconv (8), .BR sulogin (8) .\"O .SH AUTHOR .SH 著者 Julianne Frances Haugh (jockgrrl@ix.netcom.com)