Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory
checked in at Thu Mar 24 10:45:22 CET 2011.



--------
--- yast2-users/yast2-users.changes     2011-03-11 11:40:35.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes        
2011-03-23 12:12:53.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 23 12:10:32 CET 2011 - [email protected]
+
+- do not abort whole installation from auth clients (bnc#678650)
+- 2.21.2 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-users-2.21.1.tar.bz2

New:
----
  yast2-users-2.21.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.N5Hs6A/_old  2011-03-24 10:41:12.000000000 +0100
+++ /var/tmp/diff_new_pack.N5Hs6A/_new  2011-03-24 10:41:12.000000000 +0100
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-users
-Version:        2.21.1
+Version:        2.21.2
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-users-2.21.1.tar.bz2
+Source0:        yast2-users-2.21.2.tar.bz2
 
 Prefix:         /usr
 
@@ -50,7 +50,7 @@
 This package provides GUI for maintenance of linux users and groups.
 
 %prep
-%setup -n yast2-users-2.21.1
+%setup -n yast2-users-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-users-2.21.1.tar.bz2 -> yast2-users-2.21.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.21.1/VERSION 
new/yast2-users-2.21.2/VERSION
--- old/yast2-users-2.21.1/VERSION      2011-03-11 11:39:36.000000000 +0100
+++ new/yast2-users-2.21.2/VERSION      2011-03-23 12:11:01.000000000 +0100
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-2.21.1/src/inst_user.ycp 
new/yast2-users-2.21.2/src/inst_user.ycp
--- old/yast2-users-2.21.1/src/inst_user.ycp    2010-02-26 14:05:31.000000000 
+0100
+++ new/yast2-users-2.21.2/src/inst_user.ycp    2011-03-23 11:27:36.000000000 
+0100
@@ -179,10 +179,16 @@
            UsersSimple::SetAfterAuth ("users");
            y2milestone("calling users module to enable creating LDAP user...");
        }
+       // ldap not used, or the client configuration is different than
+       // proposal from ldap server
        else
        {
-           // ldap not used, or the client configuration is different than
-           // proposal from ldap server
+           // make it possible to skip authentication step (bnc#678650)
+           if (ret == `abort || ret == `cancel)
+           {
+               y2milestone ("called client aborted, skipping the step");
+               ret     = `next;
+           }
            return (symbol) ret;
        }
     }


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to