Hello community, here is the log from the commit of package yast2-auth-client for openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/yast2-auth-client (Old) and /work/SRC/openSUSE:Leap:15.2/.yast2-auth-client.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-auth-client" Tue Feb 4 17:54:40 2020 rev:27 rq:768928 version:4.2.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/yast2-auth-client/yast2-auth-client.changes 2020-01-15 16:32:06.412877824 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.yast2-auth-client.new.26092/yast2-auth-client.changes 2020-02-04 17:55:01.184771014 +0100 @@ -1,0 +2,7 @@ +Wed Jan 29 11:48:30 UTC 2020 - Jaroslav Jindrak <[email protected]> + +- Default bind_policy to 'soft' if not present in the config + (bsc#1162025). +- 4.2.4 + +------------------------------------------------------------------- Old: ---- yast2-auth-client-4.2.3.tar.bz2 New: ---- yast2-auth-client-4.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-auth-client.spec ++++++ --- /var/tmp/diff_new_pack.WKojlk/_old 2020-02-04 17:55:01.720771338 +0100 +++ /var/tmp/diff_new_pack.WKojlk/_new 2020-02-04 17:55:01.724771340 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-auth-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-auth-client -Version: 4.2.3 +Version: 4.2.4 Release: 0 Url: https://github.com/yast/yast-auth-client Summary: YaST2 - Centralised System Authentication Configuration ++++++ yast2-auth-client-4.2.3.tar.bz2 -> yast2-auth-client-4.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-4.2.3/package/yast2-auth-client.changes new/yast2-auth-client-4.2.4/package/yast2-auth-client.changes --- old/yast2-auth-client-4.2.3/package/yast2-auth-client.changes 2019-12-23 13:21:08.000000000 +0100 +++ new/yast2-auth-client-4.2.4/package/yast2-auth-client.changes 2020-01-30 10:45:16.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jan 29 11:48:30 UTC 2020 - Jaroslav Jindrak <[email protected]> + +- Default bind_policy to 'soft' if not present in the config + (bsc#1162025). +- 4.2.4 + +------------------------------------------------------------------- Fri Nov 8 12:36:03 UTC 2019 - Samuel Cabrero <[email protected]> - Add missing domain setting 'ignore_group_members'; (bsc#1153547); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-4.2.3/package/yast2-auth-client.spec new/yast2-auth-client-4.2.4/package/yast2-auth-client.spec --- old/yast2-auth-client-4.2.3/package/yast2-auth-client.spec 2019-12-23 13:21:08.000000000 +0100 +++ new/yast2-auth-client-4.2.4/package/yast2-auth-client.spec 2020-01-30 10:45:16.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-auth-client -Version: 4.2.3 +Version: 4.2.4 Release: 0 Url: https://github.com/yast/yast-auth-client Summary: YaST2 - Centralised System Authentication Configuration diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-auth-client-4.2.3/src/lib/authui/ldapkrb/main_dialog.rb new/yast2-auth-client-4.2.4/src/lib/authui/ldapkrb/main_dialog.rb --- old/yast2-auth-client-4.2.3/src/lib/authui/ldapkrb/main_dialog.rb 2019-12-23 13:21:08.000000000 +0100 +++ new/yast2-auth-client-4.2.4/src/lib/authui/ldapkrb/main_dialog.rb 2020-01-30 10:45:16.000000000 +0100 @@ -306,6 +306,12 @@ when :ldap_tls_method_starttls AuthConfInst.ldap_conf['ssl'] = 'start_tls' end + + # bsc#1162025: Default bind_policy to soft if not present. + if not AuthConfInst.ldap_conf.key?('bind_policy') + AuthConfInst.ldap_conf['bind_policy'] = 'soft' + end + AuthConfInst.mkhomedir_pam = UI.QueryWidget(Id(:mkhomedir_enable), :Value) end
