Open Jnchi opened 5 years ago
Documentation states that adding "debug": true to the config file will enable debugging, however it is causing a segfault. However, it does accept "debug": "true".
"debug": true
"debug": "true"
Source: https://github.com/CyberNinjas/pam_aad/blob/master/pam_aad.c#L393
Same issue is present in libnss-aad.
libnss-aad
Source: https://github.com/CyberNinjas/libnss_aad/blob/master/libnss_aad.c#L340
Documentation states that adding
"debug": true
to the config file will enable debugging, however it is causing a segfault. However, it does accept"debug": "true"
.Source: https://github.com/CyberNinjas/pam_aad/blob/master/pam_aad.c#L393