Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory
checked in at Tue Apr 5 18:28:55 CEST 2011.



--------
--- yast2-samba-server/yast2-samba-server.changes       2011-03-28 
13:53:50.000000000 +0200
+++ yast2-samba-server/yast2-samba-server.changes       2011-04-05 
16:08:22.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr  5 16:07:10 CEST 2011 - [email protected]
+
+- set "Allow Guest Access" option (bnc#621618)
+- 2.21.1
+
+-------------------------------------------------------------------
+Wed Mar 30 11:09:37 CEST 2011 - [email protected]
+
+- adapted help text in first dialog (bnc#579992) 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-samba-server-2.21.0.tar.bz2

New:
----
  yast2-samba-server-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-samba-server.spec ++++++
--- /var/tmp/diff_new_pack.stgPI9/_old  2011-04-05 18:28:22.000000000 +0200
+++ /var/tmp/diff_new_pack.stgPI9/_new  2011-04-05 18:28:22.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-samba-server
-Version:        2.21.0
+Version:        2.21.1
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-samba-server-2.21.0.tar.bz2
+Source0:        yast2-samba-server-2.21.1.tar.bz2
 
 Prefix:         /usr
 
@@ -53,7 +53,7 @@
 configuration.
 
 %prep
-%setup -n yast2-samba-server-2.21.0
+%setup -n yast2-samba-server-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-samba-server-2.21.0.tar.bz2 -> yast2-samba-server-2.21.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.21.0/VERSION 
new/yast2-samba-server-2.21.1/VERSION
--- old/yast2-samba-server-2.21.0/VERSION       2011-03-28 13:49:22.000000000 
+0200
+++ new/yast2-samba-server-2.21.1/VERSION       2011-04-05 16:07:40.000000000 
+0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.21.0/src/dialogs.ycp 
new/yast2-samba-server-2.21.1/src/dialogs.ycp
--- old/yast2-samba-server-2.21.0/src/dialogs.ycp       2011-02-08 
21:27:26.000000000 +0100
+++ new/yast2-samba-server-2.21.1/src/dialogs.ycp       2011-03-30 
11:25:05.000000000 +0200
@@ -5,7 +5,7 @@
  * Authors:    Stanislav Visnovsky <[email protected]>
  *             Lukas Ocilka <[email protected]>
  *
- * $Id: dialogs.ycp 63138 2011-01-10 09:58:37Z locilka $
+ * $Id: dialogs.ycp 63679 2011-03-29 13:53:56Z jsuchome $
  */
 
 {
@@ -166,7 +166,7 @@
 
     Wizard::SetContents( caption, contents, help, true, true );
        
-    UI::ChangeWidget(`id(`pdc), `Enabled, !has_pdc);
+    UI::ChangeWidget(`id("PDC"), `Enabled, !has_pdc);
 
     any ret = nil;
     while(true) {
@@ -346,7 +346,7 @@
 }
 
 void AdjustUserShareWidgets () {
-    foreach (symbol t, [`group, `max_shares], {
+    foreach (symbol t, [`group, `max_shares, `guest_ch], {
        UI::ChangeWidget (`id(t), `Enabled,
            (boolean) UI::QueryWidget(`id(`share_ch),`Value)
        );
@@ -365,6 +365,9 @@
        Samba::stop_services = false;
     }
     Samba::SetShares (max,(string)UI::QueryWidget(`id(`group),`Value));
+    Samba::SetGuessAccess (new_share &&
+       (boolean)UI::QueryWidget(`id(`guest_ch), `Value));
+
     SambaServer::SetModified();
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.21.0/src/helps.ycp 
new/yast2-samba-server-2.21.1/src/helps.ycp
--- old/yast2-samba-server-2.21.0/src/helps.ycp 2011-03-28 13:53:09.000000000 
+0200
+++ new/yast2-samba-server-2.21.1/src/helps.ycp 2011-03-30 11:10:52.000000000 
+0200
@@ -5,7 +5,7 @@
  * Authors:    Stanislav Visnovsky <[email protected]>
  *             Lukas Ocilka <[email protected]>
  *
- * $Id: helps.ycp 63675 2011-03-28 11:53:06Z jsuchome $
+ * $Id: helps.ycp 63681 2011-03-30 09:10:49Z jsuchome $
  */
 
 {
@@ -41,7 +41,7 @@
 
     /* Samba selecting workgroup or domain 1/1 - Installation step 1 */
     "inst_step1" : _("<p><b><big>Workgroup or Domain Selection</big></b><br>
-All available workgroups or domains found on your network are listed here. 
Select one of them or type your own new name and click <b>Next</b>.
+Select existing name of workgroup or domain or type your own new name and 
click <b>Next</b>.
 </p>
 "),
 
@@ -260,30 +260,30 @@
 
     // help for LDAP Settings dialog
     "samba_ldap_setting_auth_widget"   : _("<p><b><big>LDAP 
Settings</big></b><br>
-Here, it is possible to determine the LDAP server to use for authentication.
+Here, determine the LDAP server to use for authentication.
 </p>
 <p>
-Setting <b>LDAP Password Back-End</b> allows storing user information in LDAP 
tree specified by URL. With <b>LDAP Idmap Back-End</b>, store SID/uid/gid 
mapping tables in LDAP.
+Setting <b>LDAP Password Back-End</b> allows storing user information in the 
LDAP tree specified by the URL. With <b>LDAP Idmap Back-End</b>, store 
SID/uid/gid mapping tables in LDAP.
 </p><p>
-In Authentication section, set the credentials for LDAP server, including full 
Administrator DN.
+In the Authentication section, set the credentials for the LDAP server, 
including full Administrator DN.
 </p>
-<b>Search Base DN</b> is the LDAP suffix appended to Samba specific LDAP 
objects.
+<b>Search Base DN</b> is the LDAP suffix appended to Samba-specific LDAP 
objects.
 </p><p>
 To test the connection to your LDAP server, click <b>Test Connection</b>. To 
set expert LDAP settings or use default values, click <b>Advanced 
Settings</b>.<p>"),
 
     // help for SambaLDAPSettingsSuffixesWidget
-    "samba_ldap_setting_suffixes_widget"       : _("<p><b>User Suffix</b> 
specifies where users are added to LDAP tree. The value is pre-pended to the 
value of <b>Search Base DN</b>. Similarly, <b>Group Suffix</b> specifies the 
place for groups, <b>Machine Suffix</b> for machines and <b>Idmap Suffix</b> 
for idmap mappings.</p>"),
+    "samba_ldap_setting_suffixes_widget"       : _("<p><b>User Suffix</b> 
specifies where users are added to the LDAP tree. The value is pre-pended to 
the value of <b>Search Base DN</b>. Similarly, <b>Group Suffix</b> specifies 
the place for groups, <b>Machine Suffix</b> for machines and <b>Idmap 
Suffix</b> for idmap mappings.</p>"),
 
     // help for SambaLDAPSettingsTimeoutsWidget
-    "samba_ldap_settings_timeouts_widget"      : _("<p><b>Replication 
Sleep</b> is the amount of milliseconds Samba will wait after writing to LDAP 
server, so LDAP replicas can catch up.</p>
+    "samba_ldap_settings_timeouts_widget"      : _("<p><b>Replication 
Sleep</b> is the amount of milliseconds Samba will wait after writing to the 
LDAP server, so LDAP replicas can catch up.</p>
 <p><b>Time-Out</b> specifies the timeout for LDAP operations (in 
seconds).</p>"),
 
     // help for SambaLDAPSettingsSecurityWidget
     "samba_ldap_settings_security_widget"      : _("<p>Define whether to use 
SSL for LDAP connection with <b>Use SSL or TLS</b>.</p>"),
 
     // help for SambaLDAPSettingsMiscWidget
-    "samba_ldap_settings_misc_widget"          : _("<p><b>Delete DN</b> 
specifies if delete operation deletes the complete LDAP entry or only the Samba 
specific attributes.</p>
-<p>With <b>Synchronize Passwords</b>, define possible synchronization of LDAP 
password with the NT and LM hashes. See <tt>smb.conf</tt> manual page for 
details.</p>"),
+    "samba_ldap_settings_misc_widget"          : _("<p><b>Delete DN</b> 
specifies if the delete operation deletes the complete LDAP entry or only the 
Samba-specific attributes.</p>
+<p>With <b>Synchronize Passwords</b>, define possible synchronization of the 
LDAP password with the NT and LM hashes. See the <tt>smb.conf</tt> manual page 
for details.</p>"),
 ];
 
 map <string,string> warnings = $[


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to