Hello community, here is the log from the commit of package yast2-users checked in at Tue Apr 29 23:08:38 CEST 2008. -------- --- yast2-users/yast2-users.changes 2008-04-18 14:55:31.000000000 +0200 +++ yast2-users/yast2-users.changes 2008-04-29 11:39:52.246257000 +0200 @@ -1,0 +2,6 @@ +Tue Apr 29 11:32:30 CEST 2008 - jsuchome@suse.cz + +- correctly set maximum password length for LDAP (bnc#384414) +- 2.16.29 + +------------------------------------------------------------------- Old: ---- yast2-users-2.16.28.tar.bz2 New: ---- yast2-users-2.16.29.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.v29199/_old 2008-04-29 23:07:08.000000000 +0200 +++ /var/tmp/diff_new_pack.v29199/_new 2008-04-29 23:07:08.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-users (Version 2.16.28) +# spec file for package yast2-users (Version 2.16.29) # # 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.28 +Version: 2.16.29 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-users-2.16.28.tar.bz2 +Source0: yast2-users-2.16.29.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.28 +%setup -n yast2-users-2.16.29 %build %{prefix}/bin/y2tool y2autoconf @@ -89,6 +89,9 @@ %{_libdir}/YaST2/plugin/libpy2ag_crack.la %doc %{prefix}/share/doc/packages/yast2-users %changelog +* Tue Apr 29 2008 jsuchome@suse.cz +- correctly set maximum password length for LDAP (bnc#384414) +- 2.16.29 * Fri Apr 18 2008 jsuchome@suse.cz - correctly change the encryption type for root (bnc#371147) - 2.16.28 ++++++ yast2-users-2.16.28.tar.bz2 -> yast2-users-2.16.29.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.16.28/src/Users.pm new/yast2-users-2.16.29/src/Users.pm --- old/yast2-users-2.16.28/src/Users.pm 2008-04-16 14:59:38.000000000 +0200 +++ new/yast2-users-2.16.29/src/Users.pm 2008-04-29 11:39:21.000000000 +0200 @@ -4,7 +4,7 @@ # Package: Configuration of users and groups # Summary: I/O routines + main data structures # -# $Id: Users.pm 46731 2008-04-16 12:59:37Z jsuchome $ +# $Id: Users.pm 47149 2008-04-29 09:39:20Z jsuchome $ # package Users; @@ -1382,7 +1382,7 @@ $groups_by_gidnumber{$type} = \%{SCR->Read (".ldap.groups.by_gidnumber")}; # read the necessary part of LDAP user configuration UsersSimple->SetMinPasswordLength("ldap",UsersLDAP->GetMinPasswordLength()); - UsersSimple->SetMaxPasswordLength("ldap",UsersLDAP->GetMinPasswordLength()); + UsersSimple->SetMaxPasswordLength("ldap",UsersLDAP->GetMaxPasswordLength()); if ($use_gui) { UsersCache->BuildUserItemList ($type, $users{$type}); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-users-2.16.28/VERSION new/yast2-users-2.16.29/VERSION --- old/yast2-users-2.16.28/VERSION 2008-04-18 14:23:21.000000000 +0200 +++ new/yast2-users-2.16.29/VERSION 2008-04-29 11:33:18.000000000 +0200 @@ -1 +1 @@ -2.16.28 +2.16.29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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