mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 23:50:30 -04:00
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)
35 lines
1.2 KiB
Text
35 lines
1.2 KiB
Text
If you want to run this samba port:
|
|
|
|
1. Copy /usr/local/etc/smb.conf.default to /usr/local/etc/smb.conf, and edit
|
|
it.
|
|
2. Put string 'samba_enable="YES"' into your /etc/rc.conf.
|
|
3. Type '/usr/local/etc/rc.d/samba.sh start' or reboot.
|
|
|
|
This port doesn't create 'smbpasswd' file automatically anymore. Users
|
|
are encouraged to use 'tdbsam' backend instead:
|
|
|
|
[global]
|
|
passdb backend = tdbsam, smbpasswd
|
|
|
|
You can use pdbedit to migrate accounts from 'smbpasswd' to 'tdbsam',
|
|
see the Samba3-HOWTO-Collection.
|
|
|
|
You still can create 'smbpasswd' file with the supplied 'make_smbpasswd'
|
|
script:
|
|
|
|
cat /etc/passwd | grep -v "^#" | make_smbpasswd > smbpasswd
|
|
chmod 600 smbpasswd
|
|
|
|
But the usage of it is deprecated.
|
|
|
|
See document files in /usr/local/share/doc/samba and example config files in
|
|
/usr/local/share/examples/samba for details.
|
|
|
|
This port doesn't come anymore with the IDEALX Samba LDAP management tools.
|
|
They are a separate port now, net/smbldap-tools. Please, install it, if you
|
|
are going to use Samba LDAP back end.
|
|
|
|
Japanese users, please, take a look onto japanese/samba3 port instead -
|
|
it comes with additional multibyte characters support.
|
|
|
|
FreeBSD Samba3 port maintainer: Timur Bakeyev <timur@gnu.org>
|