freebsd-ports/net/samba3/files
Jun Kuriyama 16b56ac16c - 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
2006-07-12 00:16:32 +00:00
..
patch-configure.in - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-Makefile.in - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-nsswitch_pam_winbind.c - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-pam_smbpass - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-script_installbin.sh.in - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-script_installswat.sh - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
patch-smbd_aio.c
patch-smbd_statvfs.c
patch-utils_net_time.c
README.FreeBSD
samba.in - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00
smb.conf.sample.in - Upgrade to 3.0.23 (including security fix). 2006-07-12 00:16:32 +00:00

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>