88ce75238b
Major changes since version 3.0.22: - CVE-2007-0452 (Potential Denial of Service bug in smbd) - CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind NSS library on Solaris) - CVE-2007-0454 (Format string bug in afsacl.so VFS plugin) - Stability fixes for winbindd - Portability fixes on FreeBSD and Solaris operating systems. - Authentication failures in pam_winbind when the AD domain policy is set to not expire passwords. - Authorization failures when using smb.conf options such as "valid users" with the smbpasswd passdb backend. - Ambiguity with unqualified names in smb.conf parameters such as "force user" and "valid users". - Errors in 'net ads join' caused by bad IP address in the list of domain controllers. - SMB signing errors in the client and server code. - Domain join failures when using smbpasswd on a Samba PDC. - Failure to strip the domain name from groups when 'winbind use default domain = yes' - Failure in pam_winbind to correctly parse arguments. - Bad token creation of local users on member servers not running winbindd. - Failure to add users or groups to ACLs using the Windows object picker. - Failure in file serving code when 'kernel oplocks = yes'. - New "createupn" option to "net ads join" - Rewritten Kerberos keytab generation when 'use kerberos keytab = yes' - Improved 'make test' - New offline mode in winbindd. - New Kerberos support for pam_winbind.so. - New handling of unmapped users and groups. - New non-root share management tools. - Improved support for local and BUILTIN groups. - Winbind IDMAP integration with RFC2307 schema objects supported by Windows 2003 R2. - Rewritten 'net ads join' to mimic Windows XP without requiring administrative rights to join a domain.
57 lines
1.7 KiB
Text
57 lines
1.7 KiB
Text
$NetBSD: patch-af,v 1.8 2007/02/11 18:39:04 tron Exp $
|
|
|
|
--- ../examples/smb.conf.default.orig 2007-02-04 18:59:31.000000000 +0000
|
|
+++ ../examples/smb.conf.default 2007-02-11 15:22:45.000000000 +0000
|
|
@@ -26,7 +26,7 @@
|
|
workgroup = MYGROUP
|
|
|
|
# server string is the equivalent of the NT Description field
|
|
- server string = Samba Server
|
|
+ server string = Samba %v (%h)
|
|
|
|
# Security mode. Defines in which mode Samba will operate. Possible
|
|
# values are share, user, server, domain and ads. Most people will want
|
|
@@ -63,10 +63,10 @@
|
|
|
|
# this tells Samba to use a separate log file for each machine
|
|
# that connects
|
|
- log file = /usr/local/samba/var/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
|
|
+; max log size = 50
|
|
|
|
# Use password server option only with security = server
|
|
# The argument list may include:
|
|
@@ -145,7 +145,7 @@
|
|
|
|
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
|
|
# via DNS nslookups. The default is NO.
|
|
- dns proxy = no
|
|
+; dns proxy = no
|
|
|
|
# These scripts are used on a domain controller or stand-alone
|
|
# machine to add or delete corresponding unix accounts
|
|
@@ -182,14 +182,14 @@
|
|
|
|
# NOTE: If you have a BSD-style print system there is no need to
|
|
# specifically define each individual printer
|
|
-[printers]
|
|
- comment = All Printers
|
|
- path = /usr/spool/samba
|
|
- browseable = no
|
|
+;[printers]
|
|
+; comment = All Printers
|
|
+; path = /var/tmp
|
|
+; browseable = no
|
|
# Set public = yes to allow user 'guest account' to print
|
|
- guest ok = no
|
|
- writable = no
|
|
- printable = yes
|
|
+; guest ok = no
|
|
+; writable = no
|
|
+; printable = yes
|
|
|
|
# This one is useful for people to share files
|
|
;[tmp]
|