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