Added DNS Proxy, Printing, [netlogon] share modes = no.
authorJohn Terpstra <jht@samba.org>
Mon, 20 Oct 1997 13:18:16 +0000 (13:18 +0000)
committerJohn Terpstra <jht@samba.org>
Mon, 20 Oct 1997 13:18:16 +0000 (13:18 +0000)
(This used to be commit 7b3340c78dd9654d6f8e04196be6cd9e826daaf6)

examples/smb.conf.default

index 9664ac1ab473e498516645f5a4972a1e2d7b0243..a827050e9e37a4a1990a80aba216e3062dd5f50e 100644 (file)
 # the smb.conf man page
 ;   hosts allow = 192.168.1. 192.168.2. 127.
 
 # the smb.conf man page
 ;   hosts allow = 192.168.1. 192.168.2. 127.
 
-# if you want to automatically load your printer list rather
+# If you want to automatically load your printer list rather
 # than setting them up individually then you'll need this
    printcap name = /etc/printcap
    load printers = yes
 
 # than setting them up individually then you'll need this
    printcap name = /etc/printcap
    load printers = yes
 
+# It should not be necessary to specify the print system type unless
+# it is non-standard. Currently supported print systems include:
+# bsd, sysv, plp, lprng, aix, hpux, qnx
+;   printing = bsd
+
 # Uncomment this if you want a guest account, you must add this to /etc/passwd
 # otherwise the user "nobody" is used
 ;  guest account = pcguest
 # Uncomment this if you want a guest account, you must add this to /etc/passwd
 # otherwise the user "nobody" is used
 ;  guest account = pcguest
 # at least one WINS Server on the network. The default is NO.
 ;   wins proxy = yes
 
 # at least one WINS Server on the network. The default is NO.
 ;   wins proxy = yes
 
+# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
+# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
+# this has been changed in version 1.9.18 to no.
+   dns proxy = no 
+
 #============================ Share Definitions ==============================
 [homes]
    comment = Home Directories
 #============================ Share Definitions ==============================
 [homes]
    comment = Home Directories
 ;   path = /usr/local/samba/lib/netlogon
 ;   guest ok = yes
 ;   writable = no
 ;   path = /usr/local/samba/lib/netlogon
 ;   guest ok = yes
 ;   writable = no
+;   share modes = no
 
 
 # Un-comment the following to provide a specific roving profile share
 
 
 # Un-comment the following to provide a specific roving profile share