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

« back to all changes in this revision

Viewing changes to docs-xml/Samba3-HOWTO/conventions.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 sect1 PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
3
 
 
4
  <sect1>
 
5
    <title>Conventions Used</title>
 
6
 
 
7
    <para>
 
8
    The following notation conventions are used throughout this book:
 
9
    </para>
 
10
 
 
11
    <itemizedlist>
 
12
      <listitem>
 
13
        <para>
 
14
        TOSHARG2 is used as an abbreviation for the book, <quote>The Official Samba-3
 
15
        HOWTO and Reference Guide, Second Edition</quote> Editors: John H. Terpstra and Jelmer R. Vernooij,
 
16
        Publisher: Prentice Hall, ISBN: 0131882228.
 
17
        </para>
 
18
      </listitem>
 
19
 
 
20
      <listitem>
 
21
        <para>
 
22
        S3bE2 is used as an abbreviation for the book, <quote>Samba-3 by Example, Second Edition</quote> 
 
23
        Editors: John H. Terpstra, Publisher: Prentice Hall, ISBN: 013188221X.
 
24
        </para>
 
25
      </listitem>
 
26
 
 
27
      <listitem>
 
28
        <para>
 
29
        Directories and filenames appear in mono-font. For example,
 
30
        <filename>/etc/pam.conf</filename>.
 
31
        </para>
 
32
      </listitem>
 
33
 
 
34
      <listitem>
 
35
        <para>
 
36
        Executable names are bolded. For example, <command>smbd</command>.
 
37
        </para>
 
38
      </listitem>
 
39
 
 
40
      <listitem>
 
41
        <para>
 
42
        Menu items and buttons appear in bold. For example, click <guibutton>Next</guibutton>.
 
43
        </para>
 
44
      </listitem>
 
45
 
 
46
      <listitem>
 
47
        <para>
 
48
        Selecting a menu item is indicated as:
 
49
        <menuchoice>
 
50
                <guimenu>Start</guimenu>
 
51
                <guimenuitem>Control Panel</guimenuitem>
 
52
                <guimenuitem>Administrative Tools</guimenuitem>
 
53
                <guimenuitem>Active Directory Users and Computers</guimenuitem>
 
54
        </menuchoice>
 
55
       </para>
 
56
      </listitem>
 
57
    </itemizedlist>
 
58
 
 
59
  </sect1>
 
60