[xrdp] Provide Gnome specific (but commented out) PAM config.

bojan bojan at fedoraproject.org
Mon Mar 4 06:16:34 UTC 2013


commit 45fb6ef622a0247256111cdd95b2a8b6930e27d2
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Mon Mar 4 17:16:13 2013 +1100

    Provide Gnome specific (but commented out) PAM config.

 xrdp-pam-auth.patch |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/xrdp-pam-auth.patch b/xrdp-pam-auth.patch
index 4bcf102..73d819e 100644
--- a/xrdp-pam-auth.patch
+++ b/xrdp-pam-auth.patch
@@ -1,11 +1,19 @@
 diff -ruNp a/xrdp/instfiles/pam.d/xrdp-sesman b/xrdp/instfiles/pam.d/xrdp-sesman
 --- a/xrdp/instfiles/pam.d/xrdp-sesman	2009-09-20 16:06:14.000000000 -0300
 +++ b/xrdp/instfiles/pam.d/xrdp-sesman	2009-09-16 16:39:16.000000000 -0300
-@@ -1,4 +1,4 @@
+@@ -1,4 +1,12 @@
  #%PAM-1.0
 -auth       required	pam_unix.so shadow nullok
 -auth       required	pam_env.so readenv=1
 -account    required	pam_unix.so
++# Generic Fedora config
 +auth       include      password-auth
 +account    include      password-auth
++password   include      password-auth
 +session    include      password-auth
++
++# Gnome specific Fedora config
++#auth       include      gdm-password
++#account    include      gdm-password
++#password   include      gdm-password
++#session    include      gdm-password


More information about the scm-commits mailing list