Xinqi Bao's Git
6fba2b63bda618936990feba94552298ce256986
1 /* user and group to drop privileges to */
2 static const char *user
= "nobody";
3 static const char *group
= "nogroup";
5 static const char *colorname
[NUMCOLS
] = {
6 "black", /* after initialization */
7 "#005577", /* during input */
8 "#CC3333", /* wrong password */
11 /* treat a cleared input like a wrong password */
12 static const int failonclear
= 1;