Summary: | AutoPPP dialed-in user shows up as a_ppp | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Daniel Senie <dts> |
Component: | mgetty | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.2 | CC: | ink |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-04-10 03:34:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Daniel Senie
1999-01-09 14:29:59 UTC
Actually it's PAM bug. It's very unpleasant because it makes users accounting impossible on dial-in server. pppd-2.3.5 relies on the PAM modules for wtmp handling; on other hand, look at quote from pam_lastlog docs: Overview of module This session module maintains the /var/log/wtmp file. Adding an open entry when called via the pam_open_seesion() function and completing it when pam_close_session() is called. ... But this functionality is missing. So I think the right solution is adding utmp/wtmp stuff to the lastlog module according its docs, and adding following line to /etc/pam.d/ppp in the case of dial-in server: session required pam_lastlog.so Patch for pam_lastlog follows (I used it successfully last 3 months). fixed in ppp-2.3.7-1 and later source rpms. |