Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2012-08-26 11:33:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-config (Old)
 and      /work/SRC/openSUSE:Factory/.pam-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-config", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes    2012-08-08 
11:23:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes       
2012-08-26 11:33:28.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Aug 14 13:02:09 UTC 2012 - [email protected]
+
+- make pam_ssh a sufficient auth module (bnc#730851)
+
+-------------------------------------------------------------------

New:
----
  pam_config-0.81-pam_ssh.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam-config.spec ++++++
--- /var/tmp/diff_new_pack.SSBSDp/_old  2012-08-26 11:33:29.000000000 +0200
+++ /var/tmp/diff_new_pack.SSBSDp/_new  2012-08-26 11:33:29.000000000 +0200
@@ -26,6 +26,7 @@
 PreReq:         pam >= 0.99
 Requires:       pam-modules >= 10.2
 Source:         %{name}-%{version}.tar.bz2
+Patch:          pam_config-0.81-pam_ssh.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+%patch
 
 %build
 %configure

++++++ pam_config-0.81-pam_ssh.patch ++++++
Index: src/mod_pam_ssh.c
===================================================================
--- src/mod_pam_ssh.c   2012-08-06 16:39:19.000000000 +0200
+++ src/mod_pam_ssh.c   2012-08-14 14:52:14.649970973 +0200
@@ -44,7 +44,7 @@ write_config_ssh (pam_module_t *this, en
       break;
 
     case AUTH:
-      fprintf (fp, "auth\toptional\tpam_ssh.so\ttry_first_pass ");
+      fprintf (fp, "auth\tsufficient\tpam_ssh.so\ttry_first_pass ");
       break;
 
     case SESSION:
Index: src/supported-modules.h
===================================================================
--- src/supported-modules.h     2012-08-06 16:59:11.000000000 +0200
+++ src/supported-modules.h     2012-08-14 14:55:27.022709610 +0200
@@ -100,8 +100,8 @@ static pam_module_t *module_list_auth[]
   &mod_pam_fprint,
   &mod_pam_fprintd,
   &mod_pam_thinkfinger,
-  &mod_pam_gnome_keyring,
-  &mod_pam_ssh,     /* optional modules MUST executed before sufficient 
modules which also need a password. */
+  &mod_pam_gnome_keyring, /* optional modules MUST be executed before 
sufficient modules which also need a password. */
+  &mod_pam_ssh,
   &mod_pam_unix2,
   &mod_pam_unix,
   &mod_pam_ecryptfs,
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to