diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 6c80fd3..8ce4fc5 100644 --- a/config.def.h +++ b/config.def.h @@ -27,6 +27,8 @@ ResourcePref resources[] = { /* treat a cleared input like a wrong password (color) */ static const int failonclear = 0; +static const int use_pam = 0; + /* PAM service that's used for authentication */ static const char* pam_service = "login"; |