Mailinglist Archive: yast-commit (322 mails)

< Previous Next >
[yast-commit] r66840 - in /branches/SuSE-Code-11-SP2-Branch/kerberos-client: VERSION package/yast2-kerberos-client.changes src/Kerberos.ycp
Author: jsuchome
Date: Wed Nov 16 16:33:32 2011
New Revision: 66840

URL: http://svn.opensuse.org/viewcvs/yast?rev=66840&view=rev
Log:
- correctly handle sssd config with more LDAP servers (bnc#729174)
- 2.17.12


Modified:
branches/SuSE-Code-11-SP2-Branch/kerberos-client/VERSION

branches/SuSE-Code-11-SP2-Branch/kerberos-client/package/yast2-kerberos-client.changes
branches/SuSE-Code-11-SP2-Branch/kerberos-client/src/Kerberos.ycp

Modified: branches/SuSE-Code-11-SP2-Branch/kerberos-client/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/kerberos-client/VERSION?rev=66840&r1=66839&r2=66840&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/kerberos-client/VERSION (original)
+++ branches/SuSE-Code-11-SP2-Branch/kerberos-client/VERSION Wed Nov 16
16:33:32 2011
@@ -1 +1 @@
-2.17.11
+2.17.12

Modified:
branches/SuSE-Code-11-SP2-Branch/kerberos-client/package/yast2-kerberos-client.changes
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/kerberos-client/package/yast2-kerberos-client.changes?rev=66840&r1=66839&r2=66840&view=diff
==============================================================================
---
branches/SuSE-Code-11-SP2-Branch/kerberos-client/package/yast2-kerberos-client.changes
(original)
+++
branches/SuSE-Code-11-SP2-Branch/kerberos-client/package/yast2-kerberos-client.changes
Wed Nov 16 16:33:32 2011
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Nov 16 16:21:52 CET 2011 - jsuchome@xxxxxxx
+
+- correctly handle sssd config with more LDAP servers (bnc#729174)
+- 2.17.12
+
+-------------------------------------------------------------------
Fri Sep 2 16:11:00 CEST 2011 - jsuchome@xxxxxxx

- DNS config detection: dig output can have more lines (bnc#712448)

Modified: branches/SuSE-Code-11-SP2-Branch/kerberos-client/src/Kerberos.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/kerberos-client/src/Kerberos.ycp?rev=66840&r1=66839&r2=66840&view=diff
==============================================================================
--- branches/SuSE-Code-11-SP2-Branch/kerberos-client/src/Kerberos.ycp (original)
+++ branches/SuSE-Code-11-SP2-Branch/kerberos-client/src/Kerberos.ycp Wed Nov
16 16:33:32 2011
@@ -520,7 +520,9 @@
SCR::Write (add (domain, "auth_provider"), "krb5");
SCR::Write (add (domain, "chpass_provider"), "krb5");
SCR::Write (add (domain, "krb5_realm"), default_realm);
- SCR::Write (add (domain, "krb5_kdcip"), kdc);
+ // divide by commas: krb5_kdcip = kdcserver1, kdcserver2
(bnc#729174)
+ string krb5_kdcip = mergestring (splitstring (kdc, " "), ",");
+ SCR::Write (add (domain, "krb5_kdcip"), krb5_kdcip);
if (!SCR::Write(.etc.sssd_conf, nil))
{
y2error ("error writing ldap.conf file");

--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages