Portions Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
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
/usr/lib/pam_pkcs11/pkcs11_inspect [debug] [config_file=filename]
pkcs11_inspect は、pam_pkcs11 ライブラリインフラストラクチャーを使用して、証明書の内容を取得および表示します。
pkcs11_inspect は、pam_pkcs11(5) PAM モジュールと同じ構成ファイルおよび引数を使用します。また、定義済みのマッパーモジュール (ms_mapper など) を読み込み、それを使用して証明書に必要なエントリ (ms UPN エントリなど) があるかどうかを調べます。
マッパーモジュールは、証明書内で適切なエントリを見つけると、それを UTF-8 に変換して stdout に出力します。
サポートしているオプションは、次のとおりです。
config_file=fileame
構成ファイルを設定します。デフォルト値は /etc/security/pam_pkcs11/pam_pkcs11.conf です。
debug
デバッグ出力を有効にします。
pam_pkcs11(5) と同じ構成ファイルが使用されるため、pam_pkcs11 のすべてのオプションを使用できます。一部のオプションは PAM 以外の環境では意味がないため、無視されます。一部のマッパーオプション (mapfile、ignorecase) も証明書の内容に影響しないため、無視されます。
次の終了ステータスが返されます。
0
正常終了。 pkcs11_inspect は、マッパーに関して見つかった証明書の内容のすべてを stdout に出力します。
1
エラーが発生した。
例 1 pkcs_inspect を使用する
次の例では、オプションを指定せずに pkcs_inspect コマンドを実行しています。
% pkcs11_inspect
例 2 オプションを指定して pkcs_inspect を使用する
次の例では、オプションを指定して pkcs_inspect コマンドを実行しています。
% pkcs11_inspect debug config_file=${HOME}/.pam_pkcs11.conf
/etc/security/pam_pkcs11/pam_pkcs11.conf
Juan Antonio Martinez (jonsito@teleline.es)
属性についての詳細は、マニュアルページの attributes(5) を参照してください。
属性タイプ | 属性値 |
使用条件 | library/security/pam/module/pam-pkcs11 |
インタフェースの安定性 | 不確実 |
pklogin_finder(1), attributes(5), pam_pkcs11(5)
PAM-PKCS11 User Manual, http://www.opensc-project.org/pam_pkcs11