모듈 구성 파일

모듈 구성 파일은 서버와의 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
    }
}