diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-04-06 11:56:20 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-04-06 11:56:20 +0000 |
commit | 115c99144920b9726a43b224e3224e31587eef64 (patch) | |
tree | c769f9023df1a0e8c8ecba728725fd0e0cd143e2 /net/samba3/pkg-message | |
parent | Link shared module with libintl to avoid this error: (diff) |
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 <timur@gnu.org> (maintainer)
PR: 65237
Notes
Notes:
svn path=/head/; revision=106309
Diffstat (limited to 'net/samba3/pkg-message')
-rw-r--r-- | net/samba3/pkg-message | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/samba3/pkg-message b/net/samba3/pkg-message new file mode 100644 index 000000000000..1eaf5aeb529e --- /dev/null +++ b/net/samba3/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. +****************************************************************************** |