1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/samba3/files
Timur I. Bakeyev d804725c68 I was too quick to drop off a hack, that masks "25 years old BSD bug" in
Samba. So, here is small patch that will let people with legacy libc to
run Samba. Funny enough, 6.4 and 7.1 are not going to be affected, but
patch will go into the release CDs...
2008-09-05 17:30:02 +00:00
..
patch-aclocal.m4
patch-client_client.c
patch-configure.in
patch-include_includes.h
patch-lib__replace__libreplace.m4 I was too quick to drop off a hack, that masks "25 years old BSD bug" in 2008-09-05 17:30:02 +00:00
patch-lib__system_smbd.c
patch-lib__system.c
patch-lib_iconv.c
patch-lib_replace_autoconf-2.60.m4 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 2008-08-20 00:57:32 +00:00
patch-lib_replace_libreplace_cc.m4
patch-libaddns__dnsgss.c
patch-Makefile.in
patch-nsswitch__wins_freebsd.c
patch-nsswitch_pam_winbind.c
patch-pam_smbpass_pam_smb_auth.c
patch-pam_smbpass_pam_smb_passwd.c
patch-pam_smbpass_support.c
patch-samba3-undo_the_right_thing2.patch
patch-script_installbin.sh.in
patch-script_installswat.sh
patch-smbd_aio.c
patch-smbd_quotas.c
patch-smbd_sec_ctx.c
patch-smbd_statvfs.c
patch-utils_net_time.c
patch-vfs_zfsacl.c
pkg-deinstall.in
pkg-install.in
pkg-message.in
README.FreeBSD
samba.in
smb.conf.sample.in

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>