Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/docs-xml/smbdotconf
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldapssl.xml

    r203 r232  
    44                 advanced="1" developer="1"
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    6  <description>
     6<description>
    77        <para>This option is used to define whether or not Samba should
    88        use SSL when connecting to the ldap server
    99        This is <emphasis>NOT</emphasis> related to
    10         Samba's previous SSL support which was enabled by specifying the
    11          <command moreinfo="none">--with-ssl</command> option to the <filename moreinfo="none">configure</filename>
     10        Samba's previous SSL support which was enabled by specifying the
     11        <command moreinfo="none">--with-ssl</command> option to the
     12        <filename moreinfo="none">configure</filename>
    1213        script.</para>
    13                
    14 <para>The <smbconfoption name="ldap ssl"/> can be set to one of three values:</para>   
     14
     15        <para>LDAP connections should be secured where possible. This may be
     16        done setting either this parameter to
     17        <parameter moreinfo="none">Start_tls</parameter>
     18        or by specifying <parameter moreinfo="none">ldaps://</parameter> in
     19        the URL argument of <smbconfoption name="passdb backend"/>.</para>
     20
     21        <para>The <smbconfoption name="ldap ssl"/> can be set to one of
     22        two values:</para>
    1523        <itemizedlist>
    1624                <listitem>
    17                         <para><parameter moreinfo="none">Off</parameter> = Never 
     25                        <para><parameter moreinfo="none">Off</parameter> = Never
    1826                        use SSL when querying the directory.</para>
    1927                </listitem>
    2028
    2129                <listitem>
    22                         <para><parameter moreinfo="none">Start_tls</parameter> = Use 
    23                         the LDAPv3 StartTLS extended operation (RFC2830) for 
     30                        <para><parameter moreinfo="none">Start_tls</parameter> = Use
     31                        the LDAPv3 StartTLS extended operation (RFC2830) for
    2432                        communicating with the directory server.</para>
    2533                </listitem>
    26            
    27                 <listitem>
    28                         <para><parameter moreinfo="none">On</parameter>  = Use SSL
    29                         on the ldaps port when contacting the <parameter
    30                         moreinfo="none">ldap server</parameter>. Only available when the
    31                         backwards-compatiblity <command
    32                         moreinfo="none">--with-ldapsam</command> option is specified
    33                 to configure. See <smbconfoption name="passdb backend"/></para>.
    34                 </listitem>
    35         </itemizedlist>         
     34        </itemizedlist>
    3635</description>
    37 <value type="default">start_tls</value>
     36<value type="default">no</value>
    3837</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldaptimeout.xml

    r203 r232  
    66<description>
    77        <para>
    8         When Samba connects to an ldap server that server may be down or unreachable. To prevent Samba from hanging whilst
    9         waiting for the connection this parameter specifies in seconds how long Samba should wait before failing the
    10         connect. The default is to only wait fifteen seconds for the ldap server to respond to the connect request.
     8        This parameter defines the number of seconds that Samba should use as timeout for LDAP operations.
    119        </para>
    1210</description>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/addsharecommand.xml

    r203 r232  
    88        Samba 2.2.0 introduced the ability to dynamically add and delete shares via the Windows NT 4.0 Server
    99        Manager.  The <parameter moreinfo="none">add share command</parameter> is used to define an external program
    10         or script which will add a new service definition to <filename moreinfo="none">smb.conf</filename>.  In order
    11         to successfully execute the <parameter moreinfo="none">add share command</parameter>, <command
    12         moreinfo="none">smbd</command> requires that the administrator be connected using a root account (i.e.  uid == 0).
     10        or script which will add a new service definition to
     11        <filename moreinfo="none">smb.conf</filename>.
    1312        </para>
    1413
    15     <para>
    16     If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    17     <parameter moreinfo="none">change share</parameter> parameter are executed as root.
    18     </para>
     14        <para>
     15        In order to successfully execute the
     16        <parameter moreinfo="none">add share command</parameter>,
     17        <command moreinfo="none">smbd</command> requires that the administrator
     18        connects using a root account (i.e.  uid == 0) or has the
     19        <literal>SeDiskOperatorPrivilege</literal>.
     20        Scripts defined in the <parameter moreinfo="none">add share command</parameter>
     21        parameter are executed as root.
     22        </para>
    1923
    2024        <para>
     
    5761
    5862        <para>
    59         This parameter is only used for add file shares. To add printer shares, see the <smbconfoption
     63        This parameter is only used to add file shares. To add printer shares, see the <smbconfoption
    6064        name="addprinter command"/>.
    6165        </para>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/changesharecommand.xml

    r203 r232  
    99Manager.  The <parameter moreinfo="none">change share command</parameter> is used to define an external
    1010program or script which will modify an existing service definition in <filename
    11 moreinfo="none">smb.conf</filename>.  In order to successfully execute the <parameter moreinfo="none">change
    12 share command</parameter>, <command moreinfo="none">smbd</command> requires that the administrator be
    13 connected using a root account (i.e. uid == 0).
     11moreinfo="none">smb.conf</filename>.
    1412        </para>
    1513
    1614        <para>
    17         If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    18         <parameter moreinfo="none">change share</parameter> parameter are executed as root.
     15        In order to successfully execute the
     16        <parameter moreinfo="none">change share command</parameter>,
     17        <command moreinfo="none">smbd</command> requires that the administrator
     18        connects using a root account (i.e. uid == 0) or has the
     19        <literal>SeDiskOperatorPrivilege</literal>.
     20        Scripts defined in the <parameter moreinfo="none">change share command</parameter>
     21        parameter are executed as root.
    1922        </para>
    2023
     
    5962
    6063        <para>
    61         This parameter is only used modify existing file shares definitions.  To modify
    62         printer shares, use the &quot;Printers...&quot; folder as seen when browsing the Samba host.
     64        This parameter is only used to modify existing file share definitions.
     65        To modify printer shares, use the &quot;Printers...&quot; folder as seen
     66        when browsing the Samba host.
    6367        </para>
    6468</description>
     
    6771<related>delete share command</related>
    6872<value type="default"></value>
    69 <value type="example">/usr/local/bin/addshare</value>
     73<value type="example">/usr/local/bin/changeshare</value>
    7074</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/deletesharecommand.xml

    r203 r232  
    99        Manager.  The <parameter moreinfo="none">delete share command</parameter> is used to define an external
    1010        program or script which will remove an existing service definition from
    11         <filename moreinfo="none">smb.conf</filename>.  In order to successfully execute the
    12         <parameter moreinfo="none">delete share command</parameter>, <command moreinfo="none">smbd</command>
    13         requires that the administrator be connected using a root account (i.e.  uid == 0).
     11        <filename moreinfo="none">smb.conf</filename>.
    1412        </para>
    1513
    16     <para>
    17     If the connected account has <literal>SeDiskOperatorPrivilege</literal>, scripts defined in
    18     <parameter moreinfo="none">change share</parameter> parameter are executed as root.
    19     </para>
     14        <para>In order to successfully execute the
     15        <parameter moreinfo="none">delete share command</parameter>,
     16        <command moreinfo="none">smbd</command> requires that the administrator
     17        connects using a root account (i.e.  uid == 0) or has the
     18        <literal>SeDiskOperatorPrivilege</literal>.
     19        Scripts defined in the <parameter moreinfo="none">delete share command</parameter>
     20        parameter are executed as root.
     21        </para>
    2022
    2123        <para>
     
    4547
    4648<related>add share command</related>
    47 <related>delete share command</related>
     49<related>change share command</related>
    4850<value type="default"></value>
    4951<value type="example">/usr/local/bin/delshare</value>
  • branches/samba-3.2.x/docs-xml/smbdotconf/misc/socketaddress.xml

    r203 r232  
    55                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
    66<description>
    7         <para>This option allows you to control what 
    8         address Samba will listen for connections on. This is used to 
    9         support multiple virtual interfaces on the one server, each 
     7        <para>This option allows you to control what
     8        address Samba will listen for connections on. This is used to
     9        support multiple virtual interfaces on the one server, each
    1010        with a different configuration.</para>
    11                
    12         <para>By default Samba will accept connections on any
     11        <para>Setting this option should never be necessary on usual Samba
     12        servers running only one nmbd.</para>
     13
     14        <para>By default Samba will accept connections on any
    1315                address.</para>
    1416</description>
  • branches/samba-3.2.x/docs-xml/smbdotconf/printing/printing.xml

    r203 r232  
    3434    [printers]</link> section.</para>
    3535</description>
     36<value type="default">Depends on the operating system, see
     37<command moreinfo="none">testparm -v.</command></value>
    3638</samba:parameter>
  • branches/samba-3.2.x/docs-xml/smbdotconf/vfs/aclcompatibility.xml

    r203 r232  
    11<samba:parameter name="acl compatibility"
    2                  context="S"
     2                 context="G"
    33                                 type="enum"
    44                 advanced="1" developer="1"
Note: See TracChangeset for help on using the changeset viewer.