Author: jsuchome Date: Thu Aug 2 17:23:45 2007 New Revision: 39908 URL: http://svn.opensuse.org/viewcvs/yast?rev=39908&view=rev Log: - do not reinitialize LDAP connection when not needed (#296284) - 2.13.28 Modified: branches/SuSE-SLE-10-SP1-Branch/ldap-client/VERSION branches/SuSE-SLE-10-SP1-Branch/ldap-client/package/yast2-ldap-client.changes branches/SuSE-SLE-10-SP1-Branch/ldap-client/src/ui.ycp Modified: branches/SuSE-SLE-10-SP1-Branch/ldap-client/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/ldap-client/VERSION?rev=39908&r1=39907&r2=39908&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/ldap-client/VERSION (original) +++ branches/SuSE-SLE-10-SP1-Branch/ldap-client/VERSION Thu Aug 2 17:23:45 2007 @@ -1 +1 @@ -2.13.27 +2.13.28 Modified: branches/SuSE-SLE-10-SP1-Branch/ldap-client/package/yast2-ldap-client.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/ldap-client/package/yast2-ldap-client.changes?rev=39908&r1=39907&r2=39908&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/ldap-client/package/yast2-ldap-client.changes (original) +++ branches/SuSE-SLE-10-SP1-Branch/ldap-client/package/yast2-ldap-client.changes Thu Aug 2 17:23:45 2007 @@ -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-SP1-Branch/ldap-client/src/ui.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-SLE-10-SP1-Branch/ldap-client/src/ui.ycp?rev=39908&r1=39907&r2=39908&view=diff ============================================================================== --- branches/SuSE-SLE-10-SP1-Branch/ldap-client/src/ui.ycp (original) +++ branches/SuSE-SLE-10-SP1-Branch/ldap-client/src/ui.ycp Thu Aug 2 17:23:45 2007 @@ -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