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

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/browse/localmaster.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
<samba:parameter name="local master"
 
2
                 context="G"
 
3
                 basic="1" advanced="1" developer="1"
 
4
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
5
<description>
 
6
        <para>This option allows <citerefentry><refentrytitle>nmbd</refentrytitle>
 
7
        <manvolnum>8</manvolnum></citerefentry> to try and become a local master browser 
 
8
        on a subnet. If set to <constant>no</constant> then <command moreinfo="none">
 
9
        nmbd</command> will not attempt to become a local master browser 
 
10
        on a subnet and will also lose in all browsing elections. By
 
11
        default this value is set to <constant>yes</constant>. Setting this value to 
 
12
        <constant>yes</constant> doesn't mean that Samba will <emphasis>become</emphasis> the 
 
13
        local master browser on a subnet, just that <command moreinfo="none">nmbd</command> 
 
14
        will <emphasis>participate</emphasis> in elections for local master browser.</para>
 
15
 
 
16
        <para>Setting this value to <constant>no</constant> will cause <command 
 
17
        moreinfo="none">nmbd</command> <emphasis>never</emphasis> to become a local 
 
18
master browser.</para>
 
19
</description>
 
20
<value type="default">yes</value>
 
21
</samba:parameter>