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/ldap
Files:
2 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>
Note: See TracChangeset for help on using the changeset viewer.