Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-08-08 10:10: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      
2014-08-06 11:42:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-08-08 10:13:48.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Aug  7 08:57:02 UTC 2014 - vark...@suse.com
+
+- bnc#889762 - yast2-auth-client lacks help.
+- Services can have more values.
+- ldap_search_base is not a mandatory parameter.
+- 3.1.19 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-auth-client.spec ++++++
--- /var/tmp/diff_new_pack.wS6VvN/_old  2014-08-08 10:13:49.000000000 +0200
+++ /var/tmp/diff_new_pack.wS6VvN/_new  2014-08-08 10:13:49.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        3.1.18
+Version:        3.1.19
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-auth-client-3.1.18.tar.bz2 -> yast2-auth-client-3.1.19.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.18/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.19/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.18/package/yast2-auth-client.changes      
2014-08-06 08:57:43.000000000 +0200
+++ new/yast2-auth-client-3.1.19/package/yast2-auth-client.changes      
2014-08-07 17:07:42.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Aug  7 08:57:02 UTC 2014 - vark...@suse.com
+
+- bnc#889762 - yast2-auth-client lacks help.
+- Services can have more values.
+- ldap_search_base is not a mandatory parameter.
+- 3.1.19 
+
+-------------------------------------------------------------------
 Fri Aug  1 14:38:16 CEST 2014 - sch...@suse.de
 
 - Fixed error while parsing autoyast settings with missing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.18/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.19/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.18/package/yast2-auth-client.spec 2014-08-06 
08:57:43.000000000 +0200
+++ new/yast2-auth-client-3.1.19/package/yast2-auth-client.spec 2014-08-07 
17:07:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-auth-client
-Version:        3.1.18
+Version:        3.1.19
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.18/src/include/dialogs.rb 
new/yast2-auth-client-3.1.19/src/include/dialogs.rb
--- old/yast2-auth-client-3.1.18/src/include/dialogs.rb 2014-08-06 
08:57:43.000000000 +0200
+++ new/yast2-auth-client-3.1.19/src/include/dialogs.rb 2014-08-07 
17:07:42.000000000 +0200
@@ -550,7 +550,26 @@
       Wizard.SetContentsButtons(
         caption,
         contents,
-        _("TODO WRITE HELP"),
+        _("SSSD provides a set of daemons to manage access to remote 
directories and authentication mechanisms.<br>" +
+          "You have to confiugre at least one authentication domain.<br>" +
+          "The first you have to set for a authentication domain is the 
identification and auth provider used for the domain.<br>" +
+          "In the next step you have to set some mandatory parameter for the 
selected providers." +
+          "You can select later all parameters available for the selected 
identification and auth provider." +
+          "SSSD provides following id_provider:<br>" +
+          "<b>proxy</b>: Support a legacy NSS provider.<br>" +
+          "<b>local</b>: SSSD internal provider for local users.<br>" +
+          "<b>ldap</b>: LDAP provider. See sssd-ldap(5) for more information 
on configuring LDAP.<br>" +
+          "<b>ipa</b>: FreeIPA and Red Hat Enterprise Identity Management 
provider.<br>" +
+          "<b>ad</b>: Active Directory provider.<br>" +
+         "Supported auth providers are:<br>" +
+          "<b>ldap</b> for native LDAP authentication.<br>" +
+          "<b>krb5</b> for Kerberos authentication.<br>" +
+          "<b>ipa</b> FreeIPA and Red Hat Enterprise Identity Management 
provider.<br>" +
+          "<b>ad</b> Active Directory provider.<br>" +
+          "<b>proxy</b> for relaying authentication to some other PAM 
target.<br>" +
+          "<b>none</b> disables authentication explicitly.<br>" +
+          "The default auth provider is the id_provider.<br>"
+       ),
         Label.CancelButton,
         Label.FinishButton
       )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.18/src/include/sssd-parameters.rb 
new/yast2-auth-client-3.1.19/src/include/sssd-parameters.rb
--- old/yast2-auth-client-3.1.18/src/include/sssd-parameters.rb 2014-08-06 
08:57:43.000000000 +0200
+++ new/yast2-auth-client-3.1.19/src/include/sssd-parameters.rb 2014-08-07 
17:07:42.000000000 +0200
@@ -18,7 +18,6 @@
                         },
                         "services" => {
                             "type" => "string",
-                            "vals" => "nss, pam, sudo, autofs, ssh",
                             "desc" => _("Comma separated list of services that 
are started when sssd itself starts.")
                         },
                         "reconnection_retries" => {
@@ -498,7 +497,6 @@
                         },
                         "ldap_search_base" => {
                             "type" => "string",
-                            "req"  => 1,
                             "rule" => /(^[\s]*[\w]+=[\w]+|^$)/,
                             "desc" => _("The default base DN to use for 
performing LDAP user operations.")
                         },

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

Reply via email to