Hello community, here is the log from the commit of package yast2-ldap-client checked in at Thu May 25 00:47:34 CEST 2006. -------- --- yast2-ldap-client/yast2-ldap-client.changes 2006-04-20 16:10:05.000000000 +0200 +++ yast2-ldap-client/yast2-ldap-client.changes 2006-05-24 13:11:58.000000000 +0200 @@ -1,0 +2,12 @@ +Wed May 24 12:41:53 CEST 2006 - jsuchome@suse.cz + +- do not reinitialize existing connection for browsing LDAP (#178309) +- 2.13.15 + +------------------------------------------------------------------- +Fri May 19 11:33:13 CEST 2006 - ug@suse.de + +- fixed desktop file for cloning process (#177082) +- 2.13.14 + +------------------------------------------------------------------- Old: ---- yast2-ldap-client-2.13.13.tar.bz2 New: ---- yast2-ldap-client-2.13.15.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ldap-client.spec ++++++ --- /var/tmp/diff_new_pack.5Ep91e/_old 2006-05-25 00:47:26.000000000 +0200 +++ /var/tmp/diff_new_pack.5Ep91e/_new 2006-05-25 00:47:26.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-ldap-client (Version 2.13.13) +# spec file for package yast2-ldap-client (Version 2.13.15) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-ldap-client -Version: 2.13.13 +Version: 2.13.15 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ldap-client-2.13.13.tar.bz2 +Source0: yast2-ldap-client-2.13.15.tar.bz2 prefix: /usr BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-pam yast2-testsuite PreReq: %fillup_prereq @@ -40,7 +40,7 @@ Jiri Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-ldap-client-2.13.13 +%setup -n yast2-ldap-client-2.13.15 %build %{prefix}/bin/y2tool y2autoconf @@ -79,6 +79,12 @@ /var/adm/fillup-templates/sysconfig.ldap %changelog -n yast2-ldap-client +* Wed May 24 2006 - jsuchome@suse.cz +- do not reinitialize existing connection for browsing LDAP (#178309) +- 2.13.15 +* Fri May 19 2006 - ug@suse.de +- fixed desktop file for cloning process (#177082) +- 2.13.14 * Thu Apr 20 2006 - jsuchome@suse.cz - allow more characters (this time "-") for host name (#167991) - 2.13.13 ++++++ yast2-ldap-client-2.13.13.tar.bz2 -> yast2-ldap-client-2.13.15.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ldap-client-2.13.13/VERSION new/yast2-ldap-client-2.13.15/VERSION --- old/yast2-ldap-client-2.13.13/VERSION 2006-04-20 15:40:19.000000000 +0200 +++ new/yast2-ldap-client-2.13.15/VERSION 2006-05-24 12:42:55.000000000 +0200 @@ -1 +1 @@ -2.13.13 +2.13.15 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ldap-client-2.13.13/src/ldap.desktop new/yast2-ldap-client-2.13.15/src/ldap.desktop --- old/yast2-ldap-client-2.13.13/src/ldap.desktop 2005-09-08 10:36:27.000000000 +0200 +++ new/yast2-ldap-client-2.13.15/src/ldap.desktop 2006-05-19 13:04:39.000000000 +0200 @@ -16,6 +16,7 @@ X-SuSE-YaST-SortKey= X-SuSE-YaST-AutoInstResource=ldap X-SuSE-YaST-AutoInstClonable=true +X-SuSE-YaST-AutoInstRequires=ldap-server Icon=yast-ldap Exec=/sbin/yast2 ldap diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-ldap-client-2.13.13/src/ui.ycp new/yast2-ldap-client-2.13.15/src/ui.ycp --- old/yast2-ldap-client-2.13.13/src/ui.ycp 2006-04-20 15:44:22.000000000 +0200 +++ new/yast2-ldap-client-2.13.15/src/ui.ycp 2006-05-24 11:08:41.000000000 +0200 @@ -5,7 +5,7 @@ * Authors: Thorsten Kukuk <kukuk@suse.de> * Anas Nashif <nashif@suse.de> * - * $Id: ui.ycp 29583 2006-03-31 13:32:03Z jsuchome $ + * $Id: ui.ycp 30291 2006-04-20 14:12:17Z jsuchome $ * * All user interface functions. */ @@ -312,12 +312,14 @@ } if (result == `fetch) { - string dn = LdapPopup::InitAndBrowseTree ("", $[ - "hostname" : Ldap::GetFirstServer (server), - "port" : Ldap::GetFirstPort (server), - "version" : ldap_v2 ? 2 : 3, - "use_tls" : ldap_tls ? "yes" : "no" - ]); + string dn = Ldap::ldap_initialized ? + LdapPopup::BrowseTree ("") : + LdapPopup::InitAndBrowseTree ("", $[ + "hostname" : Ldap::GetFirstServer (server), + "port" : Ldap::GetFirstPort (server), + "version" : ldap_v2 ? 2 : 3, + "use_tls" : ldap_tls ? "yes" : "no" + ]); if (dn != "") UI::ChangeWidget (`id(`ldapd), `Value, dn); } @@ -764,12 +766,14 @@ // 3. other events if (contains ([`br, `br_passwd, `br_shadow, `br_group ], result)) { - string dn = LdapPopup::InitAndBrowseTree (base_dn, $[ - "hostname" : Ldap::GetFirstServer (Ldap::server), - "port" : Ldap::GetFirstPort (Ldap::server), - "version" : Ldap::ldap_v2 ? 2 : 3, - "use_tls" : Ldap::ldap_tls ? "yes" : "no" - ]); + string dn = Ldap::ldap_initialized ? + LdapPopup::BrowseTree (base_dn) : + LdapPopup::InitAndBrowseTree (base_dn, $[ + "hostname" : Ldap::GetFirstServer (Ldap::server), + "port" : Ldap::GetFirstPort (Ldap::server), + "version" : Ldap::ldap_v2 ? 2 : 3, + "use_tls" : Ldap::ldap_tls ? "yes" : "no" + ]); if (dn != "") { map br2entry = $[ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de