Hello community, here is the log from the commit of package yast2-users checked in at Fri Feb 29 15:57:03 CET 2008. -------- --- yast2-users/yast2-users.changes 2008-02-27 10:01:41.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-users/yast2-users.changes 2008-02-29 14:00:11.444542000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 29 13:45:31 CET 2008 - jsuchome@suse.cz + +- fixed removing LDAP Shadow Account plugin (bnc#364833) +- 2.16.14 + +------------------------------------------------------------------- Old: ---- yast2-users-2.16.13.tar.bz2 New: ---- yast2-users-2.16.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.nB2491/_old 2008-02-29 15:56:56.000000000 +0100 +++ /var/tmp/diff_new_pack.nB2491/_new 2008-02-29 15:56:56.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.16.13) +# spec file for package yast2-users (Version 2.16.14) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-users -Version: 2.16.13 +Version: 2.16.14 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.16.13.tar.bz2 +Source0: yast2-users-2.16.14.tar.bz2 Prefix: /usr BuildRequires: cracklib-devel doxygen gcc-c++ perl-Digest-SHA1 perl-XML-Writer update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-ldap-client yast2-perl-bindings yast2-security yast2-testsuite Requires: yast2-perl-bindings yast2-country yast2-pam yast2-security cracklib perl-Digest-SHA1 perl-X500-DN perl-gettext @@ -46,7 +46,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-users-2.16.13 +%setup -n yast2-users-2.16.14 %build %{prefix}/bin/y2tool y2autoconf @@ -89,6 +89,9 @@ %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Fri Feb 29 2008 jsuchome@suse.cz +- fixed removing LDAP Shadow Account plugin (bnc#364833) +- 2.16.14 * Wed Feb 27 2008 jsuchome@suse.cz - fixed enabling LDAP users with password policy (bnc#364837) - 2.16.13 ++++++ yast2-users-2.16.13.tar.bz2 -> yast2-users-2.16.14.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.16.13/src/UsersPluginLDAPShadowAccount.pm new/yast2-users-2.16.14/src/UsersPluginLDAPShadowAccount.pm --- old/yast2-users-2.16.13/src/UsersPluginLDAPShadowAccount.pm 2007-12-03 15:34:17.000000000 +0100 +++ new/yast2-users-2.16.14/src/UsersPluginLDAPShadowAccount.pm 2008-02-27 15:02:32.000000000 +0100 @@ -109,6 +109,11 @@ } } $data->{'objectclass'} = \@updated_oc; + foreach my $attr ("shadowinactive", "shadowexpire", "shadowlastchange", + "shadowmin", "shadowmax", "shadowwarning", "shadowflag") + { + $data->{$attr} = ""; + } return $data; } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.16.13/VERSION new/yast2-users-2.16.14/VERSION --- old/yast2-users-2.16.13/VERSION 2008-02-27 09:54:58.000000000 +0100 +++ new/yast2-users-2.16.14/VERSION 2008-02-29 13:45:46.000000000 +0100 @@ -1 +1 @@ -2.16.13 +2.16.14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de