- Update to 3.0.23b

Common bugs fixed in 3.0.23b include:

  o Ambiguity with unqualified names in smb.conf parameters
    such as "force user" and "valid users".
  o Errors in 'net ads join' caused by bad IP address in the list
    of domain controllers.
  o SMB signing errors in the client and server code.
  o Domain join failures when using smbpasswd on a Samba PDC.

Common bugs fixed in 3.0.23a include:

  o Failure to strip the domain name from groups when 'winbind
    use default domain = yes'
  o Failure in pam_winbind to correctly parse arguments.
  o Bad token creation of local users on member servers not
    running winbindd.
  o Failure to add users or groups to ACLs using the Windows
    object picker.
  o Failure in file serving code when 'kernel oplocks = yes'.

New features in 3.0.23a include:

  o New "createupn" option to "net ads join"
  o Rewritten Kerberos keytab generation when 'use kerberos
    keytab = yes'

PR:		ports/102040
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2006-08-15 15:25:02 +00:00
parent 03e16c8361
commit fd5fae1374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170717
3 changed files with 21 additions and 5 deletions

View File

@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20060815:
AFFECTS: users of net/samba3
AUTHOR: timur@gnu.org
Since Samba 3.0.8, it has been recommended that all domain accounts
listed in smb.conf on a member server be fully qualified with the
domain name. This is now a requirement. All unqualified names are
assumed to be local to the Unix host, either as part of the server's
local passdb or in the local system list of accounts (e.g. /etc/passwd
or /etc/group).
If the member server is not running winbindd at all, domain
accounts will be implicitly mapped to local accounts and their
tokens will be modified appropriately to reflect the local
SID and group membership.
20060804:
AFFECTS: users of editors/jedit-devel
AUTHOR: question+fbsdports@closedsrc.org

View File

@ -6,7 +6,7 @@
#
PORTNAME= samba
PORTVERSION?= 3.0.23
PORTVERSION?= 3.0.23b
PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES?= net
@ -20,6 +20,7 @@ COMMENT?= A free SMB and CIFS client and server for UNIX
CONFLICTS?= ja-samba-2.* ja-samba-3.* samba-2.* sharity-light-1.*
USE_ICONV= yes
USE_FAM= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259 autoheader:259
@ -255,7 +256,6 @@ MAN7+= pam_winbind.7
MAN8+= winbindd.8
.endif
PLIST_SUB+= RC_DIR=${RC_DIR} \
SAMBA_LOGDIR=${SAMBA_LOGDIR} \
SAMBA_LOCKDIR=${SAMBA_LOCKDIR} \

View File

@ -1,3 +1,3 @@
MD5 (samba-3.0.23.tar.gz) = f2f8722248021ca0e8f31b1853d3bf66
SHA256 (samba-3.0.23.tar.gz) = a198213c44c9837169916c82a885c9916e1627c5dc2285663998f8c307d8590e
SIZE (samba-3.0.23.tar.gz) = 17677551
MD5 (samba-3.0.23b.tar.gz) = f2d1a513fd7138fd1515d3bdf702f7c7
SHA256 (samba-3.0.23b.tar.gz) = d5a0f2a907a11b0776601225a6fcf3d680cba32e2eee9829277bd391cdf84941
SIZE (samba-3.0.23b.tar.gz) = 17686227