summaryrefslogtreecommitdiff
path: root/net/samba32-devel/files/README.FreeBSD
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2008-10-12 01:37:46 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2008-10-12 01:37:46 +0000
commitc90dd9a0cfb4ca92b844795f5a8be202dab70ece (patch)
tree7393b1c4965488c02bd885f2cda1aed2cc86c5de /net/samba32-devel/files/README.FreeBSD
parent- update to 0.38 (diff)
Add new experimantal version of Samba 3.2.4
Notes
Notes: svn path=/head/; revision=221452
Diffstat (limited to 'net/samba32-devel/files/README.FreeBSD')
-rw-r--r--net/samba32-devel/files/README.FreeBSD35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/samba32-devel/files/README.FreeBSD b/net/samba32-devel/files/README.FreeBSD
new file mode 100644
index 000000000000..885f5f33e4b4
--- /dev/null
+++ b/net/samba32-devel/files/README.FreeBSD
@@ -0,0 +1,35 @@
+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.
+
+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@FreeBSD.org>