Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2020-01-04 19:20:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-client.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-client"

Sat Jan  4 19:20:47 2020 rev:37 rq:759736 version:4.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes      
2019-08-27 10:17:13.915956169 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-auth-client.new.6675/yast2-auth-client.changes
    2020-01-04 19:20:54.473125716 +0100
@@ -1,0 +2,6 @@
+Fri Nov  8 12:36:03 UTC 2019 - Samuel Cabrero <[email protected]>
+
+- Add missing domain setting 'ignore_group_members'; (bsc#1153547);
+- 4.2.3
+
+-------------------------------------------------------------------

Old:
----
  yast2-auth-client-4.2.2.tar.bz2

New:
----
  yast2-auth-client-4.2.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-auth-client.spec ++++++
--- /var/tmp/diff_new_pack.Pjeo5t/_old  2020-01-04 19:20:55.133126009 +0100
+++ /var/tmp/diff_new_pack.Pjeo5t/_new  2020-01-04 19:20:55.137126010 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 Url:            https://github.com/yast/yast-auth-client
 Summary:        YaST2 - Centralised System Authentication Configuration

++++++ yast2-auth-client-4.2.2.tar.bz2 -> yast2-auth-client-4.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-4.2.2/package/yast2-auth-client.changes 
new/yast2-auth-client-4.2.3/package/yast2-auth-client.changes
--- old/yast2-auth-client-4.2.2/package/yast2-auth-client.changes       
2019-08-22 17:18:22.000000000 +0200
+++ new/yast2-auth-client-4.2.3/package/yast2-auth-client.changes       
2019-12-23 13:21:08.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Nov  8 12:36:03 UTC 2019 - Samuel Cabrero <[email protected]>
+
+- Add missing domain setting 'ignore_group_members'; (bsc#1153547);
+- 4.2.3
+
+-------------------------------------------------------------------
 Thu Aug 22 16:50:40 CEST 2019 - [email protected]
 
 - Using rb_default_ruby_abi tag in the spec file in order to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-4.2.2/package/yast2-auth-client.spec 
new/yast2-auth-client-4.2.3/package/yast2-auth-client.spec
--- old/yast2-auth-client-4.2.2/package/yast2-auth-client.spec  2019-08-22 
17:18:22.000000000 +0200
+++ new/yast2-auth-client-4.2.3/package/yast2-auth-client.spec  2019-12-23 
13:21:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        4.2.2
+Version:        4.2.3
 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.2/src/lib/authui/sssd/params.rb 
new/yast2-auth-client-4.2.3/src/lib/authui/sssd/params.rb
--- old/yast2-auth-client-4.2.2/src/lib/authui/sssd/params.rb   2019-08-22 
17:18:22.000000000 +0200
+++ new/yast2-auth-client-4.2.3/src/lib/authui/sssd/params.rb   2019-12-23 
13:21:08.000000000 +0100
@@ -540,6 +540,11 @@
                             "type" => "string",
                             "def"  => "",
                             "desc" => _("Comma separated list of groups that 
are explicitly denied access. This applies only to groups within this SSSD 
domain.")
+                        },
+                        "ignore_group_members" => {
+                          "type" => "boolean",
+                          "def"  => "false",
+                          "desc" => _("Do not return group members for group 
lookups. If set to true, the group membership attribute is not requested from 
the ldap server, and group members are not returned when processing group 
lookup calls.")
                         }
                    },
                    # The local domain section


Reply via email to