モジュール構成ファイル

モジュール設定ファイルは、サーバー Verify への接続を定義するために使用されるJSON形式のファイルです。 /etc/pam_ibm_auth.jsonデフォルトでは呼び出されます。

フォーマット

{
    "pam": {
        "trace-file": "/tmp/pam-ibm-auth.log",
    },
    "ibm-auth-api": {
        "client-id": "xxxxxxxx",
        "ofb-client-secret": "xxxxxxxx",
        "protocol": "https",
        "host": "xxxxx.verify.ibm.com",
        "port": 443,
        "max-handles": 16
    }
}