]> git.ozlabs.org Git - ppp.git/commitdiff
update from debian maintainer
authorPaul Mackerras <paulus@samba.org>
Thu, 23 Dec 1999 01:23:07 +0000 (01:23 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 23 Dec 1999 01:23:07 +0000 (01:23 +0000)
pppd/Makefile.linux
pppd/ppp.pam

index 705f549fabfdf34a644571a19444c228d17180b2..0e404fa4e6d2762aa55b9d1a3e98b11a258c8b5b 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.34 1999/09/11 12:08:56 paulus Exp $
+# $Id: Makefile.linux,v 1.35 1999/12/23 01:23:07 paulus Exp $
 #
 
 # Default installation locations
@@ -29,7 +29,7 @@ endif
 COPTS = -O2 -pipe -Wall -g
 LIBS =
 
-ifneq ($(wildcard /usr/lib/libcrypt*),)
+ifneq ($(wildcard /usr/lib/libcrypt.*),)
 LIBS += -lcrypt
 endif
 
@@ -37,7 +37,7 @@ endif
 # MS-CHAP authentication protocol.
 CHAPMS=y
 USE_CRYPT=y
-ifneq ($(wildcard /usr/lib/libcrypt*),)
+ifneq ($(wildcard /usr/lib/libcrypt.*),)
 HAVE_CRYPT_H=y
 endif
 
index 5436be491af3b867b04d1497d3876f72258832f6..475a4bc885f6ae1cb3ed1f34a77b1e5c8da7404a 100644 (file)
@@ -1,6 +1,6 @@
 #%PAM-1.0
 # Information for the PPPD process with the 'login' option.
 auth   required        pam_nologin.so
-auth   required        pam_pwdb.so shadow nullok
-account        required        pam_permit.so
-session        required        pam_permit.so
+auth   required        pam_unix.so
+account        required        pam_unix.so
+session        required        pam_unix.so
\ No newline at end of file