diff options
author | hosokawa <hosokawa@FreeBSD.org> | 1998-02-19 10:11:48 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 1998-02-19 10:11:48 +0000 |
commit | 89d2903b6154e7e3552156c1e9e496f82ca7c4f5 (patch) | |
tree | 73e08b085310081516da33da8cd7cfc89b2d42cb /net/samba/files | |
parent | 6bba67127109894dd499c67b1ed9bfa80903cf38 (diff) | |
download | FreeBSD-ports-89d2903b6154e7e3552156c1e9e496f82ca7c4f5.zip FreeBSD-ports-89d2903b6154e7e3552156c1e9e496f82ca7c4f5.tar.gz |
updated to samba-1.9.18p3.
Diffstat (limited to 'net/samba/files')
-rw-r--r-- | net/samba/files/smb.conf.default | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/net/samba/files/smb.conf.default b/net/samba/files/smb.conf.default index d66d9b7..a155a73 100644 --- a/net/samba/files/smb.conf.default +++ b/net/samba/files/smb.conf.default @@ -14,7 +14,7 @@ #======================= Global Settings ===================================== [global] -# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4 +# workgroup = NT-Domain-Name or Workgroup-Name workgroup = MYGROUP # server string is the equivalent of the NT Description field @@ -50,7 +50,7 @@ # this tells Samba to use a separate log file for each machine # that connects - log file = __LOGDIR__/log.%m + log file = /usr/local/samba/var/log.%m # Put a capping on the size of the log files (in Kb). max log size = 50 @@ -61,11 +61,18 @@ # Use password server option only with security = server ; password server = <NT-Server-Name> +# Password Level allows matching of _n_ characters of the password for +# all combinations of upper and lower case. +; password level = 8 + # You may wish to use password encryption. Please read # ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. # Do not enable this option unless you have read those documents ; encrypt passwords = yes +# Unix users can map to different SMB User names +; username map = /etc/smbusers + # Using the following line enables you to customise your configuration # on a per machine basis. The %m gets replaced with the netbios name # of the machine that is connecting @@ -80,6 +87,13 @@ # here. See the man page for details. ; interfaces = 192.168.12.2/24 192.168.13.2/24 +# Configure remote browse list synchronisation here +# request announcement to, or browse list sync from: +# a specific host or from / to a whole subnet (see below) +; remote browse sync = 192.168.3.25 192.168.5.255 +# Cause this host to announce itself to local subnets here +; remote announce = 192.168.1.255 192.168.2.44 + # Browser Control Options: # set local master to no if you don't want Samba to become a master # browser on your network. Otherwise the normal election rules apply @@ -136,6 +150,15 @@ # this has been changed in version 1.9.18 to no. dns proxy = no +# Case Preservation can be handy - system default is _no_ +# NOTE: These can be set on a per share basis +; preserve case = no +; short preserve case = no +# Default case is normally upper case for all DOS files +; default case = lower +# Be very careful with case sensitivity - it can break things! +; case sensitive = no + # Client codepage setting # for Western European users ; client code page=850 @@ -170,7 +193,7 @@ # specifically define each individual printer [printers] comment = All Printers - path = __SAMBA_SPOOL__ + path = /usr/spool/samba browseable = no # Set public = yes to allow user 'guest account' to print guest ok = no |