From 0ef57b2aadf835fc8c13b80086ac4bb0e8a53c2b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 2 Jan 2003 16:12:23 +0000 Subject: We still have 'ldap server' and 'ldap port'. Could somebody please regen the docs? Thanks, Volker (This used to be commit 69dbad2d5de1795860cfffc5243a4e22fd8f3fcb) --- docs/docbook/manpages/smb.conf.5.sgml | 41 +++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'docs') diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml index 252378733f..01f767d256 100644 --- a/docs/docbook/manpages/smb.conf.5.sgml +++ b/docs/docbook/manpages/smb.conf.5.sgml @@ -658,6 +658,8 @@ ldap admin dn ldap filter + ldap port + ldap server ldap ssl ldap suffix ldap user suffix @@ -3452,6 +3454,45 @@ + + ldap port (G) + This parameter is only available if Samba has been + configure to include the --with-ldapsam option + at compile time. + + + + This option is used to control the tcp port number used to contact + the ldap server. + The default is to use the stand LDAPS port 636. + + + See Also: ldap ssl + + + Default : ldap port = 636 ; if ldap ssl = on + Default : ldap port = 389 ; if ldap ssl = off + + + + + + ldap server (G) + This parameter is only available if Samba has been + configure to include the --with-ldapsam option + at compile time. + + + + This parameter should contain the FQDN of the ldap directory + server which should be queried to locate user account information. + + + Default : ldap server = localhost + + + + ldap ssl (G) This option is used to define whether or not Samba should -- cgit