The module configuration file

The module configuration file is a JSON formatted file that is used to define the connection to the Verify server. By default it is called /etc/pam_ibm_auth.json.

Format

{
    "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
    }
}