Changeset 232 for branches/samba-3.2.x/docs-xml/smbdotconf/ldap
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- 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 4 4 advanced="1" developer="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> 7 7 <para>This option is used to define whether or not Samba should 8 8 use SSL when connecting to the ldap server 9 9 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> 12 13 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> 15 23 <itemizedlist> 16 24 <listitem> 17 <para><parameter moreinfo="none">Off</parameter> = Never 25 <para><parameter moreinfo="none">Off</parameter> = Never 18 26 use SSL when querying the directory.</para> 19 27 </listitem> 20 28 21 29 <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 24 32 communicating with the directory server.</para> 25 33 </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> 36 35 </description> 37 <value type="default"> start_tls</value>36 <value type="default">no</value> 38 37 </samba:parameter> -
branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldaptimeout.xml
r203 r232 6 6 <description> 7 7 <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. 11 9 </para> 12 10 </description>
Note:
See TracChangeset
for help on using the changeset viewer.