Le fichier de configuration du module
Le fichier de configuration du module est un fichier au format JSON qui sert à définir la connexion au Verify serveur. Par défaut, elle est appelée /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
}
}