1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/net/samba3/files
Alexey Dokuchaev 8f5d0f33d7 Update to version 3.0.12.
Currently, ADS support is off for the package builds, as it creates
dependency problems with Kerberos5.  Also, an experimental support
for extended attributes is included.

PR:		ports/79037
Submitted by:	maintainer
2005-03-20 09:29:05 +00:00
..
patch-aclocal.m4
patch-configure.in Update to version 3.0.12. 2005-03-20 09:29:05 +00:00
patch-include_includes.h - Update to 3.0.10 2004-12-21 12:24:03 +00:00
patch-lib_system.c Update to version 3.0.12. 2005-03-20 09:29:05 +00:00
patch-Makefile.in
patch-script_installbin.sh
patch-script_installscripts.sh
patch-script_installswat.sh - Update to 3.0.10 2004-12-21 12:24:03 +00:00
patch-utils_net_time.c Update to version 3.0.12. 2005-03-20 09:29:05 +00:00
README.FreeBSD Update to 3.0.11. 2005-02-07 05:15:17 +00:00
samba.sh.sample
smb.conf.default

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 Samba-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>