CyberNinjas / pam_aad

Azure Active Directory PAM Module
GNU General Public License v3.0
55 stars 19 forks source link

Error parsing debug flag in config file #40

Open Jnchi opened 5 years ago

Jnchi commented 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".

Source: https://github.com/CyberNinjas/pam_aad/blob/master/pam_aad.c#L393

Jnchi commented 5 years ago

Same issue is present in libnss-aad.

Source: https://github.com/CyberNinjas/libnss_aad/blob/master/libnss_aad.c#L340