xrdp/xrdp-pam.patch
Tomáš Chvátal 1f803abda7 Accepting request 720912 from home:zhangxiaofei:branches:X11:RemoteDesktop
- Update xrdp-pam.patch: Include the pam_keyinit.so module in
  /etc/pam.d/xrdp-sesman to support the kernel keyrings
  (boo#1144064).

OBS-URL: https://build.opensuse.org/request/show/720912
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=60
2019-08-05 14:40:55 +00:00

12 lines
528 B
Diff

Index: b/instfiles/pam.d/xrdp-sesman.suse
===================================================================
--- a/instfiles/pam.d/xrdp-sesman.suse 2019-04-18 13:38:26.000000000 +0800
+++ b/instfiles/pam.d/xrdp-sesman.suse 2019-08-05 12:10:27.492234081 +0800
@@ -2,4 +2,6 @@
auth include common-auth
account include common-account
session include common-session
+session optional pam_keyinit.so force revoke
+session required pam_loginuid.so
password include common-password