diff options
author | John Terpstra <jht@samba.org> | 2005-06-30 23:20:37 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:58 -0500 |
commit | aeca1ba53f816c6e30b263c94b06464963ec3d7e (patch) | |
tree | 5a97284ce0c23f27ae72e5c078839542af740d61 /docs | |
parent | 2d885476f11fce599ff6e19d74c993e9fdbe4b50 (diff) | |
download | samba-aeca1ba53f816c6e30b263c94b06464963ec3d7e.tar.gz samba-aeca1ba53f816c6e30b263c94b06464963ec3d7e.tar.bz2 samba-aeca1ba53f816c6e30b263c94b06464963ec3d7e.zip |
Add notes regarding %L and port 139.
(This used to be commit a716800a4961584a6dafecab9e5601ad1997368b)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index a4ed4c2af1..d0317db904 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -361,7 +361,10 @@ alias|alias|alias|alias... the client calls you. Your server can have a <quote>dual personality</quote>.</para> <para>This parameter is not available when Samba listens on port 445, as clients no longer - send this information. + send this information. If you use this macro in an include statement on a domain that has + a Samba domain controller be sure to set in the [global] section <parameter>smb ports = + 139</parameter>. This will cause Samba to not listen on port 445 and will permit include + functionality to function as it did with Samba 2.x. </para></listitem> </varlistentry> |