summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:28:58 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:28:58 +0100
commit1ca08bdee02c438de68da021c9d0cfc1150ea5eb (patch)
treee103a250da390f41b46cad2647fd4e0356bc53a8 /config.def.h
parent4e7c6e5ace7eeb47c8252d9d24899959032b31dd (diff)
Revert "Apply pam patch"
This reverts commit 4e7c6e5ace7eeb47c8252d9d24899959032b31dd.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index d631a8d..a0305fb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,15 +7,11 @@ static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
[INPUT] = "#005577", /* during input */
[FAILED] = "#CC3333", /* wrong password */
- [PAM] = "#9400D3", /* waiting for PAM */
};
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
-/* PAM service that's used for authentication */
-static const char* pam_service = "login";
-
/* time in seconds to cancel lock with mouse movement */
static const int timetocancel = 4;