summaryrefslogtreecommitdiff
path: root/docs/manpages/smb.conf.5
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-06 12:25:23 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-06 12:25:23 +0000
commit73ca9fb309d25cd4221683bb651763641276049f (patch)
tree3bf2773b252e92f38c2e9a12af4f212691eec82d /docs/manpages/smb.conf.5
parentb4863b07f4d659fe37531f04621a80180c014e0a (diff)
downloadsamba-73ca9fb309d25cd4221683bb651763641276049f.tar.gz
samba-73ca9fb309d25cd4221683bb651763641276049f.tar.bz2
samba-73ca9fb309d25cd4221683bb651763641276049f.zip
added description of new "dns proxy" option, which defaults to yes.
added warning of consequences of using dns proxying. lkcl (This used to be commit 1de9cd456cc3c39d6f14064010f96426f4b63276)
Diffstat (limited to 'docs/manpages/smb.conf.5')
-rw-r--r--docs/manpages/smb.conf.523
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5
index 6cd888577f..c83828a372 100644
--- a/docs/manpages/smb.conf.5
+++ b/docs/manpages/smb.conf.5
@@ -341,6 +341,8 @@ default service
dfree command
+dns proxy
+
domain controller
domain master
@@ -1079,13 +1081,32 @@ files.
.SS directory mode (S)
See
.B directory mask.
+
+.SS dns proxy (G)
+
+Specifies that nmbd should (as a WINS server), on finding that a NetBIOS
+name has not been registered, treat the NetBIOS name word-for-word as
+a DNS name.
+
+Note that the maximum length for a NetBIOS name is 15
+characters, so the DNS name (or DNS alias) can likewise only be 15
+characters, maximum.
+
+Note also that nmbd will block completely until the DNS name is resolved.
+This will result in temporary loss of browsing and WINS services.
+Enable this option only if you are certain that DNS resolution is fast,
+or you can live with the consequences of periodic outages.
+
+.B Default:
+ dns proxy = yes
+
.SS domain controller (G)
Specifies the DNS name or IP address of the machine to refer domain
logons from Win95 machines to. You should never need to set this parameter.
.B Default:
- domain controller =
+ domain controller = no
.SS domain master (G)