From aa54713615c5d0367528733ff2c3a5650eed96f7 Mon Sep 17 00:00:00 2001 From: Samba-JP oota Date: Tue, 23 Nov 2010 17:06:48 +0100 Subject: s3-docs: Update 3.2 features. --- docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) (limited to 'docs-xml') diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml b/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml index f3fb6889b0..7ae6fd5bc2 100644 --- a/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml +++ b/docs-xml/Samba3-HOWTO/TOSHARG-upgrading-to-3.0.xml @@ -94,8 +94,104 @@ See The pdbedit Command New Features in Samba-3.2.x Series + +Samba is now distributed under the version 3 +of the new GNU General Public License. + + + +The major new features are: + + + + + +File Service +limit + Removal of the 1024 byte limit on pathnames and 256 byte limit on + filename components to honor the MAX_PATH setting from the host OS. + + + +Registory +Configuration + Introduction of a registry based configuration system. + + + +cluster + Experimental support for file serving clusters. + + + +IPv6 + Support for IPv6 in the server, and client tools and libraries. + + + +alternate data streams + Support for storing alternate data streams in xattrs. + + + +Encrypted SMB transport + Encrypted SMB transport in client tools and libraries, and server. + + + +Windows Vista + Support for Vista clients authenticating via Kerberos. + + + +Winbind +forest + Full support for Windows 2003 cross-forest, transitive trusts + and one-way domain trusts. + + + +pam_winbind + Support for userPrincipalName logons via pam_winbind and NSS lookups. + + + +LDAP +Active Directory +Signing + Support for Active Directory LDAP Signing policy. + + + +Licence +GPL + New LGPL Winbind client library (libwbclient.so). + + + +domain +domain trust + Support for establishing interdomain trust relationships with Windows 2008. + + + +joining + New client and server support for remotely joining and unjoining Domains. + + + + +joining + Support for joining into Windows 2008 domains. + + + + +Plus lots of other improvements! + + -- cgit