Finish conversion of LDAP options
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / ldap / ldapport.xml
blobc00c525db00b4325c59af9ef8a46b03831053115
1 <samba:parameter name="ldap port"
2                  context="G"
3                  xmlns:samba="http://samba.org/common">
4 <listitem>
5         <para>This parameter is only available if Samba has been
6         configure to include the <command moreinfo="none">--with-ldapsam</command> option
7         at compile time.</para>
9         <para>This option is used to control the tcp port number used to contact
10         the <link linkend="LDAPSERVER"><parameter moreinfo="none">ldap server</parameter></link>.
11         The default is to use the stand LDAPS port 636.</para>
13         <para>See Also: <link linkend="LDAPSSL">ldap ssl</link></para>
15         <para>Default : <command moreinfo="none">ldap port = 636 ; if ldap ssl = on</command></para>
17         <para>Default : <command moreinfo="none">ldap port = 389 ; if ldap ssl = off</command></para>
18 </listitem>
19 </samba:parameter>