From 906ec890ae6af4d2a232dfece6130e4e7e5e6eb6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 18 Jul 2005 12:38:57 +0000 Subject: [PATCH] Names can fail to resolve in %m, not in %L when listening on port 445. Guenther --- docs/manpages-3/smb.conf.5.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index a21c813f203..f67c1f2c09c 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 @@ -371,6 +365,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. -- 2.11.4.GIT