diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-01-02 16:12:39 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-01-02 16:12:39 +0000 |
commit | 56ebce6b6dfc901209d3274ca150ebfbff1a4902 (patch) | |
tree | 06e63f7054f7a54ef058006035f2e00215a5f2e9 /docs/docbook/manpages/smb.conf.5.sgml | |
parent | ff18825765440497a4eda97d6aaf7ff327db64bb (diff) | |
download | samba-56ebce6b6dfc901209d3274ca150ebfbff1a4902.tar.gz samba-56ebce6b6dfc901209d3274ca150ebfbff1a4902.tar.bz2 samba-56ebce6b6dfc901209d3274ca150ebfbff1a4902.zip |
We still have 'ldap server' and 'ldap port'. Could somebody please
regen the docs?
Thanks,
Volker
(This used to be commit 0c04c660c5eff282e8bc44de58fa5dcf90201148)
Diffstat (limited to 'docs/docbook/manpages/smb.conf.5.sgml')
-rw-r--r-- | docs/docbook/manpages/smb.conf.5.sgml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 17a1ddf77e..8bafafd8b2 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -658,6 +658,8 @@ <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> @@ -3452,6 +3454,45 @@ </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 |