[yast-commit] r44031 - in /branches/SuSE-SLE-10-SP2-Branch/ldap-client: VERSION package/yast2-ldap-client.changes src/ui.ycp
Author: jsuchome Date: Thu Jan 31 10:43:21 2008 New Revision: 44031 URL: http://svn.opensuse.org/viewcvs/yast?rev=44031&view=rev Log: - do not reinitialize LDAP connection when not needed (#296284) - 2.13.28 Modified: branches/SuSE-SLE-10-SP2-Branch/ldap-client/VERSION branches/SuSE-SLE-10-SP2-Branch/ldap-client/package/yast2-ldap-client.changes branches/SuSE-SLE-10-SP2-Branch/ldap-client/src/ui.ycp Modified: branches/SuSE-SLE-10-SP2-Branch/ldap-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/ldap-client/VERSION?rev=44031&r1=44030&r2=44031&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/ldap-client/VERSION (original) +++ branches/SuSE-SLE-10-SP2-Branch/ldap-client/VERSION Thu Jan 31 10:43:21 2008 @@ -1 +1 @@ -2.13.27 +2.13.28 Modified: branches/SuSE-SLE-10-SP2-Branch/ldap-client/package/yast2-ldap-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/ldap-client/package/yast2-ldap-client.changes?rev=44031&r1=44030&r2=44031&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/ldap-client/package/yast2-ldap-client.changes (original) +++ branches/SuSE-SLE-10-SP2-Branch/ldap-client/package/yast2-ldap-client.changes Thu Jan 31 10:43:21 2008 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Aug 2 17:05:06 CEST 2007 - jsuchome@suse.cz + +- do not reinitialize LDAP connection when not needed (#296284) +- 2.13.28 + +------------------------------------------------------------------- Fri Jan 12 11:26:28 CET 2007 - jsuchome@suse.cz - dialog for editing PasswordPolicy settings (F301179) Modified: branches/SuSE-SLE-10-SP2-Branch/ldap-client/src/ui.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP2-Branch/ldap-client/src/ui.ycp?rev=44031&r1=44030&r2=44031&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP2-Branch/ldap-client/src/ui.ycp (original) +++ branches/SuSE-SLE-10-SP2-Branch/ldap-client/src/ui.ycp Thu Jan 31 10:43:21 2008 @@ -640,7 +640,7 @@ if (base_dn == "") return; - if ((boolean)SCR::Execute (.ldap, $[ + if (Ldap::ldap_initialized || (boolean)SCR::Execute (.ldap, $[ "hostname" : Ldap::GetFirstServer (Ldap::server), "port" : Ldap::GetFirstPort (Ldap::server), "version" : Ldap::ldap_v2 ? 2 : 3, -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsuchome@svn.opensuse.org