7d8f7c14b5
So /proc/<uid>/loginuid will be filled by the uid of the user. This will fix entries in 'last' with "gone - no logout" instead of 'still logged in'
9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
#%PAM-1.0
|
|
auth include password-auth
|
|
account include password-auth
|
|
|
|
# Set the loginuid process attribute.
|
|
session required pam_loginuid.so
|
|
session include password-auth
|
|
password include password-auth
|