diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-11 19:42:34 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-11 19:42:34 +0000 |
commit | ff9369472b9628bf810fbd88fa47b5543beb128c (patch) | |
tree | c6b169f367e861048ac33159b30dccba317666f8 /net/samba3/files/README.FreeBSD | |
parent | Add moth. (diff) |
Update to 3.0.20.
Additional features introduced in Samba 3.0.20 include:
o Support for several new Win32 rpc pipes.
o Improved support for OS/2 clients.
o New 'net rpc service' tool for managing Win32 services.
o Capability to set the owner on new files and directory
based on the parent's ownership.
o Experimental, asynchronous IO file serving support.
o Completed Support for Microsoft Print Migrator.
o New Winbind IDmap plugin (ad) for retrieving uid and gid
from AD servers which maintain the SFU user and group
attributes.
o Rewritten support for POSIX pathnames when utilizing
the Linux CIFS fs client.
o New asynchronous winbindd.
o Support for Microsoft Print Migrator.
o New Windows NT registry file I/O library.
o New user right (SeTakeOwnershipPrivilege) added.
o New "net share migrate" options.
PR: 85276
Submitted by: Timur I. Bakeyev (maintainer)
Approved by: perky (mentor)
Notes
Notes:
svn path=/head/; revision=142462
Diffstat (limited to 'net/samba3/files/README.FreeBSD')
-rw-r--r-- | net/samba3/files/README.FreeBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/files/README.FreeBSD b/net/samba3/files/README.FreeBSD index fc1e790897f0..f0957adc703f 100644 --- a/net/samba3/files/README.FreeBSD +++ b/net/samba3/files/README.FreeBSD @@ -12,7 +12,7 @@ are encouraged to use 'tdbsam' backend instead: passdb backend = tdbsam, smbpasswd You can use pdbedit to migrate accounts from 'smbpasswd' to 'tdbsam', -see the Samba-HOWTO-Collection. +see the Samba3-HOWTO-Collection. You still can create 'smbpasswd' file with the supplied 'make_smbpasswd' script: |