Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2016-08-16 13:03:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-auth-client (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-auth-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-auth-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes      
2016-07-14 09:50:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2016-08-16 13:03:40.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Aug 15 13:05:03 UTC 2016 - h...@suse.com
+
+- Continue with bsc#991855 by removing unnecessary default values.
+  Add previously missing autofs parameters as well.
+  Bump version to 3.3.10.
+
+-------------------------------------------------------------------
+Wed Aug  3 09:45:49 UTC 2016 - ralf.habac...@freenet.de
+
+- Add missing search_base related attributes
+  to auth-client ldap domain. (bsc#991855)
+  Bump version to 3.3.9.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-auth-client.spec ++++++
--- /var/tmp/diff_new_pack.S0uuw2/_old  2016-08-16 13:03:41.000000000 +0200
+++ /var/tmp/diff_new_pack.S0uuw2/_new  2016-08-16 13:03:41.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        3.3.8
+Version:        3.3.10
 Release:        0
 Url:            https://github.com/yast/yast-auth-client
 Summary:        YaST2 - Centralised System Authentication Configuration

++++++ yast2-auth-client-3.3.8.tar.bz2 -> yast2-auth-client-3.3.10.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.3.8/package/yast2-auth-client.changes 
new/yast2-auth-client-3.3.10/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.3.8/package/yast2-auth-client.changes       
2016-07-13 15:56:55.000000000 +0200
+++ new/yast2-auth-client-3.3.10/package/yast2-auth-client.changes      
2016-08-15 15:06:49.000000000 +0200
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Mon Aug 15 13:05:03 UTC 2016 - h...@suse.com
+
+- Continue with bsc#991855 by removing unnecessary default values.
+  Add previously missing autofs parameters as well.
+  Bump version to 3.3.10.
+
+-------------------------------------------------------------------
+Wed Aug  3 09:45:49 UTC 2016 - ralf.habac...@freenet.de
+
+- Add missing search_base related attributes
+  to auth-client ldap domain. (bsc#991855)
+  Bump version to 3.3.9.
+
+-------------------------------------------------------------------
 Wed Jul 13 12:14:39 UTC 2016 - h...@suse.com
 
 - Fix bsc#986281:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.3.8/package/yast2-auth-client.spec 
new/yast2-auth-client-3.3.10/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.3.8/package/yast2-auth-client.spec  2016-07-13 
15:56:55.000000000 +0200
+++ new/yast2-auth-client-3.3.10/package/yast2-auth-client.spec 2016-08-15 
15:06:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        3.3.8
+Version:        3.3.10
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.3.8/src/lib/authui/sssd/params.rb 
new/yast2-auth-client-3.3.10/src/lib/authui/sssd/params.rb
--- old/yast2-auth-client-3.3.8/src/lib/authui/sssd/params.rb   2016-07-13 
15:56:55.000000000 +0200
+++ new/yast2-auth-client-3.3.10/src/lib/authui/sssd/params.rb  2016-08-15 
15:06:49.000000000 +0200
@@ -590,36 +590,30 @@
                         },
                         "ldap_uri" => {
                             "type" => "string",
-                            "rule" => /(ldap[s]?:\/\/|^$)/,
                             "important" => true,
                             "desc" => _("URIs (ldap://) of LDAP servers (comma 
separated)")
                         },
                         "ldap_sudo_search_base" => {
                             "type" => "string",
                             "def"  => "",
-                            "rule" => /(^[\s]*[\w]+=[\w]+|^$)/,
-                            "desc" => _("The default base DN to use for 
performing LDAP sudo rules.")
+                            "desc" => _("An optional base DN to restrict LDAP 
sudo-rule searches. The default value is ldap_search_base.")
                         },
                         "ldap_backup_uri" => {
                             "type" => "string",
-                            "rule" => /(ldap[s]?:\/\/|^$)/,
                             "desc" => _("Specifies the comma-separated list of 
URIs of the LDAP servers to which SSSD should connect in the order of 
preference.")
                         },
                         "ldap_chpass_uri" => {
                             "type" => "string",
                             "def"  => "",
-                            "rule" => /(ldap[s]?:\/\/|^$)/,
                             "desc" => _("Specifies the comma-separated list of 
URIs of the LDAP servers to which SSSD should connect in the order of 
preference to change the password of a user.")
                         },
                         "ldap_chpass_backup_uri" => {
                             "type" => "string",
                             "def"  => "",
-                            "rule" => /(ldap[s]?:\/\/|^$)/,
                             "desc" => _("Specifies the comma-separated list of 
URIs of the LDAP servers to which SSSD should connect in the order of 
preference to change the password of a user.")
                         },
                         "ldap_search_base" => {
                             "type" => "string",
-                            "rule" => /(^[\s]*[\w]+=[\w]+|^$)/,
                             "important" => true,
                             "desc" => _("Base DN for LDAP search")
                         },
@@ -921,9 +915,8 @@
                         },
                         "ldap_service_search_base" => {
                             "type" => "string",
-                            "def"  => "the value of ldap_search_base",
-                            "rule" => /(^[\s]*[\w]+=[\w]+|^$)/,
-                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP searches for this attribute type.")
+                            "def"  => "",
+                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP service searches for this attribute type. The 
default value is ldap_search_base.")
                         },
                         "ldap_search_timeout" => {
                             "type" => "int",
@@ -1091,6 +1084,51 @@
                             "def"  => "false",
                             "desc" => _("Allows to retain local users as 
members of an LDAP group for servers that use the RFC2307 schema.")
                         },
+                        "ldap_autofs_search_base" => {
+                            "type" => "string",
+                            "def"  => "",
+                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP autofs searches for this attribute type. The 
default value is ldap_search_base.")
+                        },
+                        "ldap_group_search_base" => {
+                            "type" => "string",
+                            "def"  => "",
+                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP group searches for this attribute type. The 
default value is ldap_search_base.")
+                        },
+                        "ldap_netgroup_search_base" => {
+                            "type" => "string",
+                            "def"  => "",
+                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP netgroup searches for this attribute type. The 
default value is ldap_search_base.")
+                        },
+                        "ldap_user_search_base" => {
+                            "type" => "string",
+                            "def"  => "",
+                            "desc" => _("An optional base DN, search scope and 
LDAP filter to restrict LDAP user searches for this attribute type. The default 
value is ldap_search_base.")
+                        },
+                        "ldap_autofs_map_object_class" => {
+                            "type" => "string",
+                            "def"  => "nisMap",
+                            "desc" => _("The object class of an automount map 
entry in LDAP.")
+                        },
+                        "ldap_autofs_map_name" => {
+                            "type" => "string",
+                            "def"  => "nisMapName",
+                            "desc" => _("The name of an automount map entry in 
LDAP.")
+                        },
+                        "ldap_autofs_entry_object_class" => {
+                            "type" => "string",
+                            "def"  => "nisObject",
+                            "desc" => _("The object class of an automount map 
entry in LDAP.")
+                        },
+                        "ldap_autofs_entry_key" => {
+                            "type" => "string",
+                            "def"  => "cn",
+                            "desc" => _("The key of an automount entry in 
LDAP. The entry usually corresponds to a mount point.")
+                        },
+                        "ldap_autofs_entry_value" => {
+                            "type" => "string",
+                            "def"  => "nisMapEntry",
+                            "desc" => _("The key of an automount entry in 
LDAP. The entry usually corresponds to a mount point.")
+                        },
                         },
                    # The kerberos domain section
                    "krb5" => {


Reply via email to