~ubuntu-branches/ubuntu/intrepid/samba/intrepid-updates

« back to all changes in this revision

Viewing changes to docs-xml/Samba3-HOWTO/TOSHARG-preface.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-06-02 09:01:46 UTC
  • mfrom: (0.25.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080602090146-92ur4nx39ccg708r
Tags: 2:3.0.30-2ubuntu1
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch
    - set SAMABA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/smb.conf
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] shares, and a comment about
      "value users = %S to show users how to restrict access to 
      \\server\useranem to only username.
    - Add map to guest = Bad user, maps bad username to guest access.
      (LP: #32067)
  * debian/samba-common.postinst:
    - Fix upgrade from a first installation done with feisty, edgy, or dapper.
      (LP: #201059)
    - When populating the new sambashare group, it's not an error if the user
      simply doesn't exist; test for this case and the install continue 
      instead of aborting. (LP: #206036)
  * debian/smba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
    - used priority medium instead of hight for the workgroup question
  * debian/winbind.files
    - insclude additional files
  * debian/patches/fix-documentation.patch:
    - fix typos in net(8) and smb.conf(5) man pages
  * debian/mksambapasswd.awk:
    - Don't add user with UID less than 1000 to smbpasswd.
  * debian/samba.init:
    - add 'status' option for LSB conformance.
  * Updated control version.
  * Dropped Changes:
    - Dropped debian/patches/fix-smbprinting-os2.patch. Accepted upstream.
    - Dropped debian/patches/fix-documentation.patch. Accepted upstream.
     

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
3
 
 
4
<preface id="TOSHpreface">
 
5
<title>Preface</title>
 
6
 
 
7
<para>
 
8
The editors wish to thank you for your decision to purchase this book.
 
9
The Official Samba-3 HOWTO and Reference Guide is the result of many years
 
10
of accumulation of information, feedback, tips, hints, and happy solutions.
 
11
</para>
 
12
 
 
13
<para>
 
14
Please note that this book is a living document, the contents of which are
 
15
constantly being updated. We encourage you to contribute your tips, techniques,
 
16
helpful hints, and your special insight into the Windows networking world to
 
17
help make the next generation of this book even more valuable to Samba users.
 
18
</para>
 
19
 
 
20
<para>
 
21
We have made a concerted effort to document more comprehensively than has been
 
22
done previously the information that may help you to better deploy Samba and to
 
23
gain more contented network users.
 
24
</para>
 
25
 
 
26
<para>
 
27
This book provides example configurations, it documents key aspects of Microsoft
 
28
Windows networking, provides in-depth insight into the important configuration of
 
29
Samba-3, and helps to put all of these into a useful framework.
 
30
</para>
 
31
 
 
32
<para>
 
33
The most recent electronic versions of this document can be found at
 
34
<ulink noescape="1" url="http://www.samba.org/">http://www.samba.org/</ulink>
 
35
on the <quote>Documentation</quote> page.
 
36
</para>
 
37
 
 
38
<para>
 
39
Updates, patches and corrections are most welcome. Please email your contributions
 
40
to any one of the following:
 
41
</para>
 
42
 
 
43
<para>
 
44
<simplelist>
 
45
<member><ulink noescape="1" url="mailto:jelmer@samba.org">Jelmer Vernooij (jelmer@samba.org)</ulink></member>
 
46
<member><ulink noescape="1" url="mailto:jht@samba.org">John H. Terpstra (jht@samba.org)</ulink></member>
 
47
<member><ulink noescape="1" url="mailto:jerry@samba.org">Gerald (Jerry) Carter (jerry@samba.org)</ulink></member>
 
48
</simplelist>
 
49
</para>
 
50
 
 
51
<para>
 
52
We wish to advise that only original and unencumbered material can be published. Please do not submit
 
53
content that is not your own work unless proof of consent from the copyright holder accompanies your
 
54
submission.
 
55
</para>
 
56
 
 
57
  <!-- the conventions used in this book -->
 
58
  <xi:include href="conventions.xml" xmlns:xi="http://www.w3.org/2003/XInclude" />
 
59
 
 
60
 
 
61
</preface>