components/pam_pkcs11/files/ja/pklogin_finder.1
changeset 4437 f6ae6ead79e8
child 7820 a2b9a7de9e1a
equal deleted inserted replaced
4436:3a75dfb8c83b 4437:f6ae6ead79e8
       
     1 '\" te
       
     2 .\" Portions Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
       
     3 .\" This manual page is derived from documentation obtained from the OpenSC organization (www.opensc-project.org). This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       
     4 .TH pklogin_finder 1 "2012 年 1 月 18 日" "SunOS 5.12" "ユーザーコマンド"
       
     5 .SH 名前
       
     6 pklogin_finder \- 証明書のユーザーへのマッピング
       
     7 .SH 形式
       
     8 .LP
       
     9 .nf
       
    10 \fB/usr/lib/pam_pkcs11/pklogin_finder\fR [debug] [config_file=\fIfilename\fR]
       
    11 .fi
       
    12 
       
    13 .SH 機能説明
       
    14 .sp
       
    15 .LP
       
    16 \fBpklogin_finder\fR は、\fBpam_pkcs11\fR ライブラリインフラストラクチャーを使用して、PKCS#11 で規定された証明書を対話形式でユーザーにマップします。
       
    17 .sp
       
    18 .LP
       
    19 \fBpklogin_finder\fR は、\fBpam_pkcs11\fR(5) PAM モジュールと同じ構成ファイルと引数を使用します。また、定義済みのマッパーモジュールを読み込み、見つかった証明書とユーザーログイン間のマップを探し出します。 
       
    20 .SH オプション
       
    21 .sp
       
    22 .LP
       
    23 サポートしているオプションは、次のとおりです。
       
    24 .sp
       
    25 .ne 2
       
    26 .mk
       
    27 .na
       
    28 \fB\fBconfig_file=\fR\fIfileame\fR\fR
       
    29 .ad
       
    30 .RS 23n
       
    31 .rt  
       
    32 構成ファイルを設定します。 
       
    33 .sp
       
    34 デフォルト値は \fB/etc/security/pam_pkcs11/pam_pkcs11.conf\fR です。
       
    35 .RE
       
    36 
       
    37 .sp
       
    38 .ne 2
       
    39 .mk
       
    40 .na
       
    41 \fB\fBdebug\fR\fR
       
    42 .ad
       
    43 .RS 23n
       
    44 .rt  
       
    45 デバッグ出力を有効にします。
       
    46 .sp
       
    47 デフォルトはデバッグなしです。
       
    48 .RE
       
    49 
       
    50 .sp
       
    51 .LP
       
    52 \fBpam_pkcs11\fR(5) と同じ構成ファイルが使用されるため、\fBpam_pkcs11\fR のすべてのオプションを使用できます。一部のオプションは PAM 以外の環境では意味がないため、無視されます。一部のマッパーオプション (\fBmapfile\fR、\fBignorecase\fR) も証明書の内容に影響しないため、無視されます。
       
    53 .SH 終了ステータス
       
    54 .sp
       
    55 .LP
       
    56 次の終了ステータスが返されます。
       
    57 .sp
       
    58 .ne 2
       
    59 .mk
       
    60 .na
       
    61 \fB\fB0\fR\fR
       
    62 .ad
       
    63 .RS 5n
       
    64 .rt  
       
    65 正常終了。 
       
    66 .sp
       
    67 \fBpkcs11_inspect\fR は、ログイン名を \fBstdout\fR に出力して終了します。
       
    68 .RE
       
    69 
       
    70 .sp
       
    71 .ne 2
       
    72 .mk
       
    73 .na
       
    74 \fB\fB1\fR\fR
       
    75 .ad
       
    76 .RS 5n
       
    77 .rt  
       
    78 エラーが発生した。
       
    79 .sp
       
    80 ユーザーマッピングエラーが見つかった。
       
    81 .RE
       
    82 
       
    83 .sp
       
    84 .ne 2
       
    85 .mk
       
    86 .na
       
    87 \fB\fB2\fR\fR
       
    88 .ad
       
    89 .RS 5n
       
    90 .rt  
       
    91 エラーが発生した。
       
    92 .sp
       
    93 一致するユーザーが見つからなかった。
       
    94 .RE
       
    95 
       
    96 .SH 使用例
       
    97 .LP
       
    98 \fB例 1 \fR\fBpklogin_finder\fR を使用する
       
    99 .sp
       
   100 .LP
       
   101 次の例では、オプションを指定せずに \fBpklogin_finder\fR コマンドを実行しています。
       
   102 
       
   103 .sp
       
   104 .in +2
       
   105 .nf
       
   106 % pkcs11_inspect
       
   107 .fi
       
   108 .in -2
       
   109 .sp
       
   110 
       
   111 .LP
       
   112 \fB例 2 \fRオプションを指定して \fBpklogin_finder\fR を使用する
       
   113 .sp
       
   114 .LP
       
   115 次の例では、オプション指定して \fBpkcs_finder\fR コマンドを実行しています。
       
   116 
       
   117 .sp
       
   118 .in +2
       
   119 .nf
       
   120 % pklogin_finder debug config_file=${HOME}/.pam_pkcs11.conf
       
   121 .fi
       
   122 .in -2
       
   123 .sp
       
   124 
       
   125 .SH ファイル
       
   126 .sp
       
   127 .ne 2
       
   128 .mk
       
   129 .na
       
   130 \fB\fB/etc/security/pam_pkcs11/pam_pkcs11.conf\fR\fR
       
   131 .ad
       
   132 .sp .6
       
   133 .RS 4n
       
   134 
       
   135 .RE
       
   136 
       
   137 .SH 著者
       
   138 .sp
       
   139 .LP
       
   140 Juan Antonio Martinez (\[email protected]\fR)
       
   141 .SH 属性
       
   142 .sp
       
   143 .LP
       
   144 属性についての詳細は、マニュアルページの \fBattributes\fR(5) を参照してください。
       
   145 .sp
       
   146 
       
   147 .sp
       
   148 .TS
       
   149 tab() box;
       
   150 cw(2.75i) |cw(2.75i) 
       
   151 lw(2.75i) |lw(2.75i) 
       
   152 .
       
   153 属性タイプ属性値
       
   154 _
       
   155 使用条件library/security/pam/module/pam-pkcs11
       
   156 _
       
   157 インタフェースの安定性不確実
       
   158 .TE
       
   159 
       
   160 .SH 関連項目
       
   161 .sp
       
   162 .LP
       
   163 \fBpkcs11_inspect\fR(1), \fBattributes\fR(5), \fBpam_pkcs11\fR(5)
       
   164 .sp
       
   165 .LP
       
   166 \fIPAM-PKCS11 User Manual\fR, http://www.opensc-project.org/pam_pkcs11