Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory
checked in at Thu Mar 17 10:22:49 CET 2011.



--------
--- yast2-ldap-client/yast2-ldap-client.changes 2011-03-11 15:03:22.000000000 
+0100
+++ /mounts/work_src_done/STABLE/yast2-ldap-client/yast2-ldap-client.changes    
2011-03-17 09:15:15.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar 17 09:12:33 CET 2011 - jsuch...@suse.cz
+
+- if sssd is removed in GUI, remove also the pam module (bnc#680184)
+- 2.21.1 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-ldap-client-2.21.0.tar.bz2

New:
----
  yast2-ldap-client-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-ldap-client.spec ++++++
--- /var/tmp/diff_new_pack.w4STyC/_old  2011-03-17 10:20:53.000000000 +0100
+++ /var/tmp/diff_new_pack.w4STyC/_new  2011-03-17 10:20:53.000000000 +0100
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-ldap-client
-Version:        2.21.0
+Version:        2.21.1
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ldap-client-2.21.0.tar.bz2
+Source0:        yast2-ldap-client-2.21.1.tar.bz2
 
 Prefix:         /usr
 
@@ -58,7 +58,7 @@
 OpenLDAP server will be used for user authentication.
 
 %prep
-%setup -n yast2-ldap-client-2.21.0
+%setup -n yast2-ldap-client-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-ldap-client-2.21.0.tar.bz2 -> yast2-ldap-client-2.21.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.0/VERSION 
new/yast2-ldap-client-2.21.1/VERSION
--- old/yast2-ldap-client-2.21.0/VERSION        2011-03-11 15:02:11.000000000 
+0100
+++ new/yast2-ldap-client-2.21.1/VERSION        2011-03-17 09:13:08.000000000 
+0100
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.0/src/Ldap.ycp 
new/yast2-ldap-client-2.21.1/src/Ldap.ycp
--- old/yast2-ldap-client-2.21.0/src/Ldap.ycp   2011-03-07 14:43:52.000000000 
+0100
+++ new/yast2-ldap-client-2.21.1/src/Ldap.ycp   2011-03-17 09:12:31.000000000 
+0100
@@ -5,7 +5,7 @@
  * Authors:    Thorsten Kukuk <ku...@suse.de>
  *             Anas Nashif <nas...@suse.de>
  *
- * $Id: Ldap.ycp 63351 2011-02-04 14:19:57Z jsuchome $
+ * $Id: Ldap.ycp 63567 2011-03-11 14:02:48Z jsuchome $
  */
 
 {
@@ -2672,6 +2672,11 @@
                    {
                        Pam::Add ("ldap");
                    }
+                   // sss was removed, using pam_ldap (bnc#680184)
+                   if (Pam::Enabled ("sss"))
+                   {
+                       Pam::Remove ("sss");
+                   }
 
                    // modify sources in /etc/nsswitch.conf
                    Nsswitch::WriteDb ("passwd", ["compat"]);


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to