Switch: Strict mode. Lock out if config is broken or not.

This commit is contained in:
2018-11-14 17:00:39 +01:00
parent 90714490d1
commit 01b4a1bbed
3 changed files with 20 additions and 7 deletions

View File

@ -18,7 +18,7 @@ LICENSE : GNU-GPLv3
#error PPASSFILE must be declared!
#endif
int authPassword(pam_handle_t *pamh, char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff);
int authPassword(pam_handle_t *pamh, char *serious_dev, int8_t bSerious, int8_t bReboot, int8_t bPoweroff, int8_t bStrict);
#endif