freebsd-ports/net/samba33/files
Timur I. Bakeyev 06e5b5f7f2 Update net/samba33 to the version 3.3.3. Major changes are:
o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
      correctly (bug #6195).
    o Fix serving of files with colons to CIFS/VFS client (bug #6196).
    o Fix "map readonly" (bug #6186).
2009-04-07 02:10:45 +00:00
..
patch-configure.in Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-include__includes.h Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-lib__replace__libreplace_cc.m4 Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-m4__aclocal.m4 Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-Makefile.in Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-nsswitch__pam_winbind.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-nsswitch__wins_freebsd.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-script__tests__dlopen.sh Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-smbd__aio.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-smbd__quotas.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-smbd__statvfs.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
patch-utils__net_time.c Update net/samba33 to the version 3.3.3. Major changes are: 2009-04-07 02:10:45 +00:00
pkg-deinstall.in
pkg-install.in
pkg-message.in
README.FreeBSD
samba.in
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>