From 45fb6ef622a0247256111cdd95b2a8b6930e27d2 Mon Sep 17 00:00:00 2001 From: Bojan Smojver Date: Mar 04 2013 06:16:13 +0000 Subject: Provide Gnome specific (but commented out) PAM config. --- 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