added description of new "dns proxy" option, which defaults to yes.
authorSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:25:23 +0000 (12:25 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 6 Jul 1997 12:25:23 +0000 (12:25 +0000)
added warning of consequences of using dns proxying.

lkcl
(This used to be commit 1de9cd456cc3c39d6f14064010f96426f4b63276)

docs/manpages/smb.conf.5

index 6cd888577fb3f05b2c8767a022f642cc04ad9443..c83828a3724ad42d40fb16e47ab847d901bc8b2d 100644 (file)
@@ -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)