From: Paul Mackerras Date: Thu, 23 Dec 1999 01:23:07 +0000 (+0000) Subject: update from debian maintainer X-Git-Tag: ppp-2.4.7~591 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=90c9c92de25922680bc4aea4bb7576d70b857300 update from debian maintainer --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 705f549..0e404fa 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -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 diff --git a/pppd/ppp.pam b/pppd/ppp.pam index 5436be4..475a4bc 100644 --- a/pppd/ppp.pam +++ b/pppd/ppp.pam @@ -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