File pwauth-2.3.10_config.patch of Package pwauth
diff -uNr pwauth-2.3.10.orig/config.h pwauth-2.3.10/config.h
--- config.h 2011-10-05 15:01:12.000000000 +0200
+++ config.h 2012-09-20 23:47:03.501020496 +0200
@@ -123,7 +123,7 @@
/* #define SHADOW_NONE /**/
/* #define SHADOW_BSD /* FreeBSD, NetBSD, OpenBSD, BSDI, OS X */
-#define SHADOW_SUN /* Linux, Solaris, IRIX */
+/* #define SHADOW_SUN /* Linux, Solaris, IRIX */
/* #define SHADOW_JFH /**/
/* #define SHADOW_MDW /**/
/* #define SHADOW_AIX /* AIX (see also AUTHENTICATE_AIX) */
@@ -131,7 +131,7 @@
/* HIGH-LEVEL OPTIONS */
-/* #define PAM /* Linux PAM or OpenPAM */
+#define PAM /* Linux PAM or OpenPAM */
/* #define PAM_OLD_OS_X /* PAM on OS X version 10.5 or older */
/* #define PAM_SOLARIS /* PAM on Solaris other than 2.6 */
/* #define PAM_SOLARIS_26 /* PAM on Solaris 2.6 */