We still have 'ldap server' and 'ldap port'. Could somebody please
authorVolker Lendecke <vlendec@samba.org>
Thu, 2 Jan 2003 16:12:39 +0000 (16:12 +0000)
committerVolker Lendecke <vlendec@samba.org>
Thu, 2 Jan 2003 16:12:39 +0000 (16:12 +0000)
regen the docs?

Thanks,

Volker
(This used to be commit 0c04c660c5eff282e8bc44de58fa5dcf90201148)

docs/docbook/manpages/smb.conf.5.sgml

index 17a1ddf77eefccfa371dbc6c52660d99903b09cc..8bafafd8b203f8236c90ad9bf0006067954ceba5 100644 (file)
                
                <listitem><para><link linkend="LDAPADMINDN"><parameter>ldap admin dn</parameter></link></para></listitem>
                <listitem><para><link linkend="LDAPFILTER"><parameter>ldap filter</parameter></link></para></listitem>
+                <listitem><para><link linkend="LDAPPORT"><parameter>ldap port</parameter></link></para></listitem>
+                <listitem><para><link linkend="LDAPSERVER"><parameter>ldap server</parameter></link></para></listitem>
                <listitem><para><link linkend="LDAPSSL"><parameter>ldap ssl</parameter></link></para></listitem>
                <listitem><para><link linkend="LDAPSUFFIX"><parameter>ldap suffix</parameter></link></para></listitem>
                <listitem><para><link linkend="LDAPUSERSUFFIX"><parameter>ldap user suffix</parameter></link></para></listitem>
                </varlistentry>
 
 
+                <varlistentry>
+                <term><anchor id="LDAPPORT">ldap port (G)</term>
+                <listitem><para>This parameter is only available if Samba has been
+                configure to include the <command>--with-ldapsam</command> option
+                at compile time.
+                </para>
+
+                <para>
+                This option is used to control the tcp port number used to contact
+                the <link linkend="LDAPSERVER"><parameter>ldap server</parameter></link>.
+                The default is to use the stand LDAPS port 636.
+                </para>
+
+                <para>See Also: <link linkend="LDAPSSL">ldap ssl</link>
+                </para>
+
+                <para>Default : <command>ldap port = 636 ; if ldap ssl = on</command></para>
+                <para>Default : <command>ldap port = 389 ; if ldap ssl = off</command></para>
+                </listitem>
+                </varlistentry>
+
+
+                <varlistentry>
+                <term><anchor id="LDAPSERVER">ldap server (G)</term>
+                <listitem><para>This parameter is only available if Samba has been
+                configure to include the <command>--with-ldapsam</command> option
+                at compile time.
+                </para>
+
+                <para>
+                This parameter should contain the FQDN of the ldap directory
+                server which should be queried to locate user account information.
+                </para>
+
+                <para>Default : <command>ldap server = localhost</command></para>
+                </listitem>
+                </varlistentry>
+
+
                <varlistentry>
                <term><anchor id="LDAPSSL">ldap ssl (G)</term>
                <listitem><para>This option is used to define whether or not Samba should