From 7581554d41b2f52982ed2875e6aae1d5a86d3bec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Jul 2005 12:38:57 +0000 Subject: Names can fail to resolve in %m, not in %L when listening on port 445. Guenther (This used to be commit 92fbc2b7ed2122a43865e30daedfc089d986421e) --- docs/manpages-3/smb.conf.5.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs/manpages-3') 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... %m - the NetBIOS name of the client machine (very useful). - - - - %L - 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 dual personality. + the NetBIOS name of the client machine (very useful). 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 @@ -370,6 +364,13 @@ alias|alias|alias|alias... + + %L + 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 dual personality. + + + %M the Internet name of the client machine. -- cgit