diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-08-15 15:25:02 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-08-15 15:25:02 +0000 |
commit | fd5fae1374ab49d06a2c89f7f6e7452b0a1d301d (patch) | |
tree | f387e4ee01ca0c6fa524dfd7252694163c64df8f /net/samba3/Makefile | |
parent | 03e16c83615a2979db0f4665a3d58c9a3b10cb32 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=170717
Diffstat (limited to 'net/samba3/Makefile')
-rw-r--r-- | net/samba3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index e6134de4f5b9..1d04deb2f74f 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -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} \ |