diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-07-12 08:16:32 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-07-12 08:16:32 +0800 |
commit | b5ac826a51e8543a0a1210dde4bb1389d72f9654 (patch) | |
tree | 48f99a96e73c95ba34de998e93a23a6d96ef84e4 /UPDATING | |
parent | a55550a42468700cea6e095fd4436de6f0e528c9 (diff) | |
download | freebsd-ports-gnome-b5ac826a51e8543a0a1210dde4bb1389d72f9654.tar.gz freebsd-ports-gnome-b5ac826a51e8543a0a1210dde4bb1389d72f9654.tar.zst freebsd-ports-gnome-b5ac826a51e8543a0a1210dde4bb1389d72f9654.zip |
- Upgrade to 3.0.23 (including security fix).
o Improved 'make test'
o New offline mode in winbindd.
o New Kerberos support for pam_winbind.so.
o New handling of unmapped users and groups.
o New non-root share management tools.
o Improved support for local and BUILTIN groups.
o Winbind IDMAP integration with RFC2307 schema objects supported
by Windows 2003 R2.
o Rewritten 'net ads join' to mimic Windows XP without requiring
administrative rights to join a domain.
PR: ports/100100
Submitted by: maintainer
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20060711: + AFFECTS: users of net/samba3 + AUTHOR: timur@gnu.org + + Starting from version 3.0.23 Samba no longer supports experimental + SQL and XML passdb backends. If you need this functionality, please + visit http://pdbsql.sourceforge.net/ (port is coming soon). + + The default mapping entries for groups such as "Domain Admins" are + no longer created when using an smbpasswd file or a tdbsam passdb + backend. Use 'net groupmap add' rather than 'net groupmap modify' + to set these entries. + + A substring matching rule has been added to the sambaSID attribute + definition. For OpenLDAP servers, this will require the addition + of 'index sambaSID sub' to the slapd.conf configuration file. It + will be necessary to run slapindex after making this change. There + has been no change to actual data storage schema. + 20060707: AFFECTS: users of www/lifetype AUTHOR: clsung@FreeBSD.org |