diff options
author | Gerald Carter <jerry@samba.org> | 2003-01-16 02:20:27 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-01-16 02:20:27 +0000 |
commit | f0e282ebf3e459c559bfc08f3e21fdebb2515621 (patch) | |
tree | 7354553c74824f0ef50f08264b80cc6a8dfed363 /docs/manpages/smb.conf.5 | |
parent | 078468a1474ec09b11b43c808852feca8df32f1a (diff) | |
download | samba-f0e282ebf3e459c559bfc08f3e21fdebb2515621.tar.gz samba-f0e282ebf3e459c559bfc08f3e21fdebb2515621.tar.bz2 samba-f0e282ebf3e459c559bfc08f3e21fdebb2515621.zip |
* merge fixes for SGML syntax errors (does no one ever regenerate the docs?)
* regenerate the docs
* add some files from SAMBA_3_0
(This used to be commit 1af74785f334bd84b2d62e7fc2975f9477386acb)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-rw-r--r-- | docs/manpages/smb.conf.5 | 37 |
1 files changed, 34 insertions, 3 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index a5330e50b6..8010871d66 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "SMB.CONF" "5" "29 December 2002" "" "" +.TH "SMB.CONF" "5" "15 January 2003" "" "" .SH NAME smb.conf \- The configuration file for the Samba suite .SH "SYNOPSIS" @@ -673,6 +673,12 @@ each parameter for details. Note that some are synonyms. \fIldap filter\fR .TP 0.2i \(bu +\fIldap port\fR +.TP 0.2i +\(bu +\fIldap server\fR +.TP 0.2i +\(bu \fIldap ssl\fR .TP 0.2i \(bu @@ -3388,6 +3394,31 @@ objectclass. Note that this filter should only return one entry. Default : \fBldap filter = (&(uid=%u)(objectclass=sambaAccount))\fR .TP +\fBldap port (G)\fR +This parameter is only available if Samba has been +configure to include the \fB--with-ldapsam\fR option +at compile time. + +This option is used to control the tcp port number used to contact +the \fIldap server\fR. +The default is to use the stand LDAPS port 636. + +See Also: ldap ssl + +Default : \fBldap port = 636 ; if ldap ssl = on\fR + +Default : \fBldap port = 389 ; if ldap ssl = off\fR +.TP +\fBldap server (G)\fR +This parameter is only available if Samba has been +configure to include the \fB--with-ldapsam\fR 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 : \fBldap server = localhost\fR +.TP \fBldap ssl (G)\fR This option is used to define whether or not Samba should use SSL when connecting to the ldap server @@ -4725,9 +4756,9 @@ This is a boolean option that controls whether connections with usernames not in the \fIuser\fR list will be allowed. By default this option is disabled so that a client can supply a username to be used by the server. Enabling -this parameter will force the server to only user the login +this parameter will force the server to only use the login names from the \fIuser\fR list and is only really -useful in shave level +useful in share level security. Note that this also means Samba won't try to deduce |