xrdp/instfiles/pam.d/xrdp-sesman.suse
BLINDAUER Emmanuel 7d8f7c14b5
Add the loginuid pam module, as we are starting a session.
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'
2018-08-02 09:02:07 +09:00

9 lines
243 B
Plaintext

#%PAM-1.0
auth include common-auth
account include common-account
# Set the loginuid process attribute.
session required pam_loginuid.so
session include common-session
password include common-password