rpms/xrdp/devel xrdp-pam-auth.patch,1.1,1.2 xrdp.spec,1.4,1.5

Tomáš Mráz tmraz at fedoraproject.org
Wed Sep 16 19:34:03 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/xrdp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1149

Modified Files:
	xrdp-pam-auth.patch xrdp.spec 
Log Message:
* Wed Sep 16 2009 Tomas Mraz <tmraz at redhat.com> - 0.5.0-0.6.20090811cvs
- use password-auth instead of system-auth


xrdp-pam-auth.patch:
 xrdp-sesman |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Index: xrdp-pam-auth.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xrdp/devel/xrdp-pam-auth.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xrdp-pam-auth.patch	8 Sep 2009 16:06:52 -0000	1.1
+++ xrdp-pam-auth.patch	16 Sep 2009 19:34:00 -0000	1.2
@@ -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


Index: xrdp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xrdp/devel/xrdp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xrdp.spec	8 Sep 2009 16:06:52 -0000	1.4
+++ xrdp.spec	16 Sep 2009 19:34:00 -0000	1.5
@@ -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 <tmraz at redhat.com> - 0.5.0-0.6.20090811cvs
+- use password-auth instead of system-auth
+
 * Tue Sep 08 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.5.0-0.5.20090811cvs
 - fix xrdp-sesman pam.d to uses system-auth
 




More information about the fedora-extras-commits mailing list