xrdp/instfiles/pam.d/xrdp-sesman.debian
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
183 B
Plaintext

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