2002-01-12 14:04:42 +01:00
|
|
|
--- params.h.orig Tue Oct 16 06:10:34 2001
|
|
|
|
+++ params.h Sat Dec 22 11:57:52 2001
|
|
|
|
@@ -99,7 +99,7 @@
|
|
|
|
* A pseudo-user to run as before authentication. The user and its UID
|
|
|
|
* must not be used for any other purpose.
|
2000-04-01 05:39:48 +02:00
|
|
|
*/
|
2002-01-12 14:04:42 +01:00
|
|
|
-#define POP_USER POP_SERVER
|
2000-04-01 05:39:48 +02:00
|
|
|
+#define POP_USER "pop"
|
|
|
|
|
|
|
|
/*
|
2002-01-12 14:04:42 +01:00
|
|
|
* An empty directory to chroot to before authentication. The directory
|
|
|
|
@@ -142,8 +142,8 @@
|
|
|
|
*
|
|
|
|
* Note that there's no built-in password aging support.
|
2000-02-19 14:21:54 +01:00
|
|
|
*/
|
2002-01-12 14:04:42 +01:00
|
|
|
-#define AUTH_PASSWD 0
|
2000-02-19 14:21:54 +01:00
|
|
|
-#define AUTH_SHADOW 1
|
2002-01-12 14:04:42 +01:00
|
|
|
+#define AUTH_PASSWD 1
|
2000-02-19 14:21:54 +01:00
|
|
|
+#define AUTH_SHADOW 0
|
2002-01-12 14:04:42 +01:00
|
|
|
#define AUTH_PAM 0
|
|
|
|
#define AUTH_PAM_USERPASS 0
|
2000-02-19 14:21:54 +01:00
|
|
|
|