Hello community,
here is the log from the commit of package yast2-auth-client for
openSUSE:Factory checked in at 2020-03-14 09:54:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-client (Old)
and /work/SRC/openSUSE:Factory/.yast2-auth-client.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-auth-client"
Sat Mar 14 09:54:42 2020 rev:38 rq:783940 version:4.2.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes
2020-01-04 19:20:54.473125716 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-auth-client.new.3160/yast2-auth-client.changes
2020-03-14 09:54:44.851084024 +0100
@@ -1,0 +2,14 @@
+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
+
+-------------------------------------------------------------------
+Mon Jan 13 14:57:07 UTC 2020 - Peter Varkoly <[email protected]>
+
+- SLEx_15_LOC : YaST: ALL_LANGS:Untranslated text in User Logon
+ Management/Manage Domain User Login/Active Directory Enrollment dialog
+ bsc#1083947
+
+-------------------------------------------------------------------
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.3OG09H/_old 2020-03-14 09:54:45.447084462 +0100
+++ /var/tmp/diff_new_pack.3OG09H/_new 2020-03-14 09:54:45.447084462 +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-03-11 16:37:22.000000000 +0100
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------
+Mon Jan 13 14:57:07 UTC 2020 - Peter Varkoly <[email protected]>
+
+- SLEx_15_LOC : YaST: ALL_LANGS:Untranslated text in User Logon
+ Management/Manage Domain User Login/Active Directory Enrollment dialog
+ bsc#1083947
+
+-------------------------------------------------------------------
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-03-11
16:37:22.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-03-11 16:37:22.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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-auth-client-4.2.3/src/lib/authui/sssd/manage_ad_dialog.rb
new/yast2-auth-client-4.2.4/src/lib/authui/sssd/manage_ad_dialog.rb
--- old/yast2-auth-client-4.2.3/src/lib/authui/sssd/manage_ad_dialog.rb
2019-12-23 13:21:08.000000000 +0100
+++ new/yast2-auth-client-4.2.4/src/lib/authui/sssd/manage_ad_dialog.rb
2020-03-11 16:37:22.000000000 +0100
@@ -98,10 +98,10 @@
Opt(:keepSorting),
Header(_('Name'), _('Value')),
[
- Item('Active Directory Server', ad_entry),
- Item('Active Directory Domain', @ad_domain),
- Item('Workgroup', @workgroup_name),
- Item('Enrollment Status', enrollment_status)
+ Item(_('Active Directory Server'), ad_entry),
+ Item(_('Active Directory Domain'), @ad_domain),
+ Item(_('Workgroup'), @workgroup_name),
+ Item(_('Enrollment Status'), enrollment_status)
]
)
))