summaryrefslogtreecommitdiff
path: root/net/samba-devel/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba-devel/pkg-message')
-rw-r--r--net/samba-devel/pkg-message18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/samba-devel/pkg-message b/net/samba-devel/pkg-message
new file mode 100644
index 000000000000..1eaf5aeb529e
--- /dev/null
+++ b/net/samba-devel/pkg-message
@@ -0,0 +1,18 @@
+******************************************************************************
+Starting from Samba 3.0.3 this port doesn't create 'smbpasswd' file
+automatically. 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.
+******************************************************************************