blob: a56d1bf6d456e382bab810bdde9f1f0cb87df275 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
--- pwauth-2.3.11.orig/config.h
+++ pwauth-2.3.11/config.h
@@ -213,8 +213,8 @@
* uid numbers.
*/
-#define UNIX_LASTLOG /**/
-#define HAVE_LASTLOG_H /**/
+/* #define UNIX_LASTLOG /**/
+/* #define HAVE_LASTLOG_H /**/
/* If NOLOGIN_FILE is defined to the full path name of a file, then the
@@ -227,8 +227,8 @@
* right with PAM.
*/
-#define NOLOGIN_FILE "/etc/nologin" /**/
-#define MIN_NOLOGIN_UID 1 /**/
+/* #define NOLOGIN_FILE "/etc/nologin" /**/
+/* #define MIN_NOLOGIN_UID 1 /**/
/* Defining CHECK_LOGIN_EXPIRATION and CHECK_PASSWORD_EXPIRATION causes
@@ -279,7 +279,7 @@
* to change the uid list.
*/
-#define SERVER_UIDS 30 /* user "wwwrun" on the author's system */
+/* #define SERVER_UIDS 30 /* user "wwwrun" on the author's system */
/* If MIN_UNIX_UID is defined to an integer, logins with uid numbers less than
@@ -320,7 +320,7 @@
* SLEEP_LOCK. SLEEP_TIME defaults to 2 seconds if not defined.
*/
-#define SLEEP_LOCK "/var/run/pwauth.lock"
+/* #define SLEEP_LOCK "/var/run/pwauth.lock" */
/* If ENV_METHOD is defined, pwauth expects mod_auth_external to be configured
|