Mailinglist Archive: yast-commit (490 mails)
| < Previous | Next > |
[yast-commit] r38269 - in /trunk/ldap-client: VERSION package/yast2-ldap-client.changes src/ui.ycp
- From: jsuchome@xxxxxxxxxxxxxxxx
- Date: Mon, 04 Jun 2007 13:48:15 -0000
- Message-id: <20070604134815.76B819C97F@xxxxxxxxxxxxxxxx>
Author: jsuchome
Date: Mon Jun 4 15:48:15 2007
New Revision: 38269
URL: http://svn.opensuse.org/viewcvs/yast?rev=38269&view=rev
Log:
- call LDAPInitWithTLSCheck at one more place (#246397)
- 2.15.9
Modified:
trunk/ldap-client/VERSION
trunk/ldap-client/package/yast2-ldap-client.changes
trunk/ldap-client/src/ui.ycp
Modified: trunk/ldap-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/VERSION?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/VERSION (original)
+++ trunk/ldap-client/VERSION Mon Jun 4 15:48:15 2007
@@ -1 +1 @@
-2.15.8
+2.15.9
Modified: trunk/ldap-client/package/yast2-ldap-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/package/yast2-ldap-client.changes?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/package/yast2-ldap-client.changes (original)
+++ trunk/ldap-client/package/yast2-ldap-client.changes Mon Jun 4 15:48:15 2007
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Jun 4 15:44:16 CEST 2007 - jsuchome@xxxxxxx
+
+- call LDAPInitWithTLSCheck at one more place (#246397)
+- 2.15.9
+
+-------------------------------------------------------------------
Fri May 25 13:30:04 CEST 2007 - jsrain@xxxxxxx
- removed outdated translations from .desktop-files (#271209)
Modified: trunk/ldap-client/src/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/src/ui.ycp?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/src/ui.ycp (original)
+++ trunk/ldap-client/src/ui.ycp Mon Jun 4 15:48:15 2007
@@ -1095,7 +1095,7 @@
if (!Ldap::bound || Ldap::old_server != Ldap::server ||
Ldap::DomainChanged ())
{
- msg = Ldap::LDAPInit ();
+ msg = Ldap::LDAPInitWithTLSCheck ($[]);
if (msg != "")
{
Ldap::LDAPErrorMessage ("init", msg);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Jun 4 15:48:15 2007
New Revision: 38269
URL: http://svn.opensuse.org/viewcvs/yast?rev=38269&view=rev
Log:
- call LDAPInitWithTLSCheck at one more place (#246397)
- 2.15.9
Modified:
trunk/ldap-client/VERSION
trunk/ldap-client/package/yast2-ldap-client.changes
trunk/ldap-client/src/ui.ycp
Modified: trunk/ldap-client/VERSION
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/VERSION?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/VERSION (original)
+++ trunk/ldap-client/VERSION Mon Jun 4 15:48:15 2007
@@ -1 +1 @@
-2.15.8
+2.15.9
Modified: trunk/ldap-client/package/yast2-ldap-client.changes
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/package/yast2-ldap-client.changes?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/package/yast2-ldap-client.changes (original)
+++ trunk/ldap-client/package/yast2-ldap-client.changes Mon Jun 4 15:48:15 2007
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Jun 4 15:44:16 CEST 2007 - jsuchome@xxxxxxx
+
+- call LDAPInitWithTLSCheck at one more place (#246397)
+- 2.15.9
+
+-------------------------------------------------------------------
Fri May 25 13:30:04 CEST 2007 - jsrain@xxxxxxx
- removed outdated translations from .desktop-files (#271209)
Modified: trunk/ldap-client/src/ui.ycp
URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-client/src/ui.ycp?rev=38269&r1=38268&r2=38269&view=diff
==============================================================================
--- trunk/ldap-client/src/ui.ycp (original)
+++ trunk/ldap-client/src/ui.ycp Mon Jun 4 15:48:15 2007
@@ -1095,7 +1095,7 @@
if (!Ldap::bound || Ldap::old_server != Ldap::server ||
Ldap::DomainChanged ())
{
- msg = Ldap::LDAPInit ();
+ msg = Ldap::LDAPInitWithTLSCheck ($[]);
if (msg != "")
{
Ldap::LDAPErrorMessage ("init", msg);
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |