diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2010-02-05 02:39:35 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2010-02-05 02:39:35 +0000 |
commit | 95c493269a1c2a49b817a25c4ca5bbd8c672a799 (patch) | |
tree | 7bbdf9435c2d05feeeeeb3d7bba6c28242512f55 /UPDATING | |
parent | 53d169e4cddb80afb3fcdde753c74d247feb4c57 (diff) | |
download | ports-95c493269a1c2a49b817a25c4ca5bbd8c672a799.tar.gz ports-95c493269a1c2a49b817a25c4ca5bbd8c672a799.zip |
Add a note about changes in the default passdb backend in net/samba34.
Notes
Notes:
svn path=/head/; revision=249255
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20100205: + AFFECTS: users of net/samba34 + AUTHOR: timur@FreeBSD.org + + This port was developed with the generous help of Florent Brodin. + + The default passdb backend has been changed to 'tdbsam'! That breaks + existing setups using the 'smbpasswd' backend without explicit + declaration! Please use 'passdb backend = smbpasswd' if you would like + to stick to the 'smbpasswd' backend or convert your smbpasswd entries + using e.g. 'pdbedit -i smbpasswd -e tdbsam'. + + The 'tdbsam' backend is much more flexible concerning per user + settings like 'profile path' or 'home directory' and there are some + commands which do not work with the 'smbpasswd' backend at all. + 20100130: AFFECTS: users of audio/sdl_mixer and graphics/sdl_image AUTHOR: mva@FreeBSD.org |