X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fppp.pam;h=475a4bc885f6ae1cb3ed1f34a77b1e5c8da7404a;hp=5436be491af3b867b04d1497d3876f72258832f6;hb=3371dbae2932c2f3035587d05962240d95b1f63b;hpb=52e781b87df66bd5a4eb075791f4d91604016144 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