ports/net/samba34/files
Timur I. Bakeyev 7d4e37eacd Bump samba34 port to the 3.4.8 version.
Major enhancements in Samba 3.4.8 include:

   o Fix Winbind reconnection to it's own domain (bug #7295).
   o Fix an uninitialized variable read in smbd (bug #7254).
   o Fix smbd crash with CUPS printers and no [printers] share defined
     (bug #7297).
   o Fix NULL pointer dereference in smbd (bug #7229).
2010-06-12 04:24:16 +00:00
..
patch-lib__replace__system__wait.h FreeBSD 6.x misses SIGRTMAX/SIGRTMIN, which breaks the build. Fixed. 2010-02-10 10:54:00 +00:00
patch-lib__tevent__tevent_signal.c
patch-nsswitch__pam_winbind.c
patch-nsswitch__wins_freebsd.c
patch-source3__configure.in Bump samba34 port to the 3.4.8 version. 2010-06-12 04:24:16 +00:00
patch-source3__include__includes.h FreeBSD 6.x misses SIGRTMAX/SIGRTMIN, which breaks the build. Fixed. 2010-02-10 10:54:00 +00:00
patch-source3__lib__fault.c
patch-source3__m4__aclocal.m4
patch-source3__Makefile.in Bump samba34 port to the 3.4.8 version. 2010-06-12 04:24:16 +00:00
patch-source3__script__tests__dlopen.sh
patch-source3__smbd__aio.c
patch-source3__smbd__quotas.c
patch-source3__smbd__statvfs.c
patch-source3__utils__net_time.c
pkg-deinstall.in Added creation of the rundir for pid files - thanks to spil.oss@gmail.com 2010-02-07 03:02:36 +00:00
pkg-install.in Added creation of the rundir for pid files - thanks to spil.oss@gmail.com 2010-02-07 03:02:36 +00:00
pkg-message.in
README.FreeBSD
samba.in Begin the process of deprecating sysutils/rc_subr by 2010-03-27 00:15:24 +00:00
sernet.patch Bump samba34 port to the 3.4.8 version. 2010-06-12 04:24:16 +00:00
smb.conf.sample.in

If you want to run this 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. Run '/usr/local/etc/rc.d/samba 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.

FreeBSD Samba3 port maintainer: Timur I. Bakeyev <timur@FreeBSD.org>