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/samba.sh.sample | |
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/samba.sh.sample')
-rw-r--r-- | net/samba3/files/samba.sh.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba3/files/samba.sh.sample b/net/samba3/files/samba.sh.sample index 9c154b130fab..26214e3844e3 100644 --- a/net/samba3/files/samba.sh.sample +++ b/net/samba3/files/samba.sh.sample @@ -42,7 +42,7 @@ fi if test -n ${samba_enable:-""} && checkyesno samba_enable; then nmbd_enable=${nmbd_enable:-"YES"} smbd_enable=${smbd_enable:-"YES"} -%%WINBIND%% # Check, that winbind is actally configured +%%WINBIND%% # Check that winbind is actually configured %%WINBIND%% if [ "`egrep -i '(idmap.*uid|winbind.*uid)' ${samba_config} 2>/dev/null | egrep -v [\#\;]`" ]; then %%WINBIND%% winbindd_enable="YES" %%WINBIND%% fi |