From 115c99144920b9726a43b224e3224e31587eef64 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Tue, 6 Apr 2004 11:56:20 +0000 Subject: Update to 3.0.3.p2 (aka pre2), which containes a lot of imporvements and bugfixes since 3.0.2a. In addition following problems solved: o linking agaist libiconv is mandatary now o more ways of detecting Kerberos5 installation and LIB_DEPENDS on Heimdal port if none is found - should address problems with bentoo building as well o fixed problem when port wasn't compilable when LDAP wasn't chosen and ADS was. Submitted by: Timur Bakeyev (maintainer) PR: 65237 --- net/samba-devel/pkg-message | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 net/samba-devel/pkg-message (limited to 'net/samba-devel/pkg-message') 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. +****************************************************************************** -- cgit v1.2.3