From 859f21f4c58c5da7b32d2b261013c2732fc70c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Wed, 16 Sep 2009 19:34:00 +0000 Subject: [PATCH] - use password-auth instead of system-auth --- xrdp-pam-auth.patch | 7 ++++--- xrdp.spec | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/xrdp-pam-auth.patch b/xrdp-pam-auth.patch index d1bf6eb..a11b39e 100644 --- a/xrdp-pam-auth.patch +++ b/xrdp-pam-auth.patch @@ -1,9 +1,10 @@ diff -ruNp a/xrdp-0.5.0.20090811cvs/instfiles/pam.d/xrdp-sesman b/xrdp-0.5.0.20090811cvs/instfiles/pam.d/xrdp-sesman --- a/xrdp-0.5.0.20090811cvs/instfiles/pam.d/xrdp-sesman 2008-04-29 04:51:34.000000000 -0300 +++ b/xrdp-0.5.0.20090811cvs/instfiles/pam.d/xrdp-sesman 2009-09-08 03:15:46.139495177 -0300 -@@ -1,3 +1,3 @@ +@@ -1,3 +1,4 @@ #%PAM-1.0 -auth required pam_unix.so shadow nullok -account required pam_unix.so -+auth include system-auth -+account include system-auth ++auth include password-auth ++account include password-auth ++session include password-auth diff --git a/xrdp.spec b/xrdp.spec index d8430fa..d731d30 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -4,7 +4,7 @@ Summary: Open source remote desktop protocol (RDP) server Name: xrdp Version: 0.5.0 -Release: 0.5.%{cvs}%{?dist} +Release: 0.6.%{cvs}%{?dist} License: GPLv2+ with exceptions Group: Applications/Internet URL: http://xrdp.sourceforge.net/ @@ -169,6 +169,9 @@ rm -rf %{buildroot} %attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini %changelog +* Wed Sep 16 2009 Tomas Mraz - 0.5.0-0.6.20090811cvs +- use password-auth instead of system-auth + * Tue Sep 08 2009 Itamar Reis Peixoto - 0.5.0-0.5.20090811cvs - fix xrdp-sesman pam.d to uses system-auth