diff options
author | Günther Deschner <gd@samba.org> | 2005-07-18 12:38:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:04 -0500 |
commit | 7581554d41b2f52982ed2875e6aae1d5a86d3bec (patch) | |
tree | 1730890e34899a92f550ab5c2326eb5c61d5f005 | |
parent | 266258ffc643f8d167367748139256323c6384a6 (diff) | |
download | samba-7581554d41b2f52982ed2875e6aae1d5a86d3bec.tar.gz samba-7581554d41b2f52982ed2875e6aae1d5a86d3bec.tar.bz2 samba-7581554d41b2f52982ed2875e6aae1d5a86d3bec.zip |
Names can fail to resolve in %m, not in %L when listening on port 445.
Guenther
(This used to be commit 92fbc2b7ed2122a43865e30daedfc089d986421e)
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index a21c813f20..f67c1f2c09 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -353,13 +353,7 @@ alias|alias|alias|alias... <varlistentry> <term>%m</term> - <listitem><para>the NetBIOS name of the client machine (very useful).</para></listitem> - </varlistentry> - - <varlistentry> - <term>%L</term> - <listitem><para>the NetBIOS name of the server. This allows you to change your config based on what - the client calls you. Your server can have a <quote>dual personality</quote>.</para> + <listitem><para>the NetBIOS name of the client machine (very useful).</para> <para>This parameter is not available when Samba listens on port 445, as clients no longer send this information. If you use this macro in an include statement on a domain that has @@ -371,6 +365,13 @@ alias|alias|alias|alias... </varlistentry> <varlistentry> + <term>%L</term> + <listitem><para>the NetBIOS name of the server. This allows you to change your config based on what + the client calls you. Your server can have a <quote>dual personality</quote>. + </para></listitem> + </varlistentry> + + <varlistentry> <term>%M</term> <listitem><para>the Internet name of the client machine. </para></listitem> |