Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory checked in at 2013-12-08 19:50:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ldap-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ldap-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ldap-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ldap-client/yast2-ldap-client.changes      
2013-11-23 08:20:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-client.new/yast2-ldap-client.changes 
2013-12-08 19:50:27.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec  5 16:44:42 CET 2013 - jsuch...@suse.cz
+
+- remove krb5 realm and kdc from sssd config when Kerberos support
+  is switched off (bnc#853331)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-ldap-client-3.1.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-3.1.3/.yardopts 
new/yast2-ldap-client-3.1.3/.yardopts
--- old/yast2-ldap-client-3.1.3/.yardopts       1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-ldap-client-3.1.3/.yardopts       2013-12-05 16:55:00.000000000 
+0100
@@ -0,0 +1 @@
+--no-private --markup markdown --protected src/**/*.rb  --readme README -o 
doc/autodocs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ldap-client-3.1.3/package/yast2-ldap-client.changes 
new/yast2-ldap-client-3.1.3/package/yast2-ldap-client.changes
--- old/yast2-ldap-client-3.1.3/package/yast2-ldap-client.changes       
2013-11-22 13:55:03.000000000 +0100
+++ new/yast2-ldap-client-3.1.3/package/yast2-ldap-client.changes       
2013-12-05 16:55:00.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Dec  5 16:44:42 CET 2013 - jsuch...@suse.cz
+
+- remove krb5 realm and kdc from sssd config when Kerberos support
+  is switched off (bnc#853331)
+
+-------------------------------------------------------------------
 Fri Nov 22 13:26:14 CET 2013 - jsuch...@suse.cz
 
 - do not change nscd cache value for OES (bnc#848051)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-3.1.3/src/include/ldap/ui.rb 
new/yast2-ldap-client-3.1.3/src/include/ldap/ui.rb
--- old/yast2-ldap-client-3.1.3/src/include/ldap/ui.rb  2013-11-22 
13:55:03.000000000 +0100
+++ new/yast2-ldap-client-3.1.3/src/include/ldap/ui.rb  2013-12-05 
16:55:00.000000000 +0100
@@ -1382,6 +1382,7 @@
               Ldap.nss_base_passwd != nss_base_passwd ||
               Ldap.nss_base_group != nss_base_group ||
               Ldap.nss_base_automount != nss_base_automount ||
+              Ldap.sssd_with_krb != sssd_with_krb ||
               Ldap.krb5_realm != krb5_realm ||
               Ldap.krb5_server != krb5_server ||
               Ldap.sssd_cache_credentials != sssd_cache_credentials ||
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-3.1.3/src/modules/Ldap.rb 
new/yast2-ldap-client-3.1.3/src/modules/Ldap.rb
--- old/yast2-ldap-client-3.1.3/src/modules/Ldap.rb     2013-11-22 
13:55:03.000000000 +0100
+++ new/yast2-ldap-client-3.1.3/src/modules/Ldap.rb     2013-12-05 
16:55:00.000000000 +0100
@@ -2414,6 +2414,8 @@
       else
         SCR.Write(Builtins.add(domain, "chpass_provider"), "ldap")
         SCR.Write(Builtins.add(domain, "auth_provider"), "ldap")
+        SCR.Write(Builtins.add(domain, "krb5_realm"), nil)
+        SCR.Write(Builtins.add(domain, "krb5_server"), nil)
       end
 
       if !SCR.Write(path(".etc.sssd_conf"), nil)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to