diff options
author | timur <timur@FreeBSD.org> | 2010-02-05 10:39:35 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2010-02-05 10:39:35 +0800 |
commit | 81e263a43feda359dabdf20c2fa54afac7e52865 (patch) | |
tree | 0dfe984f9394b9f7764c1a9abb7e39e15fc2e778 | |
parent | 8a5c10b5c0c8b9de347709fde050872c4b03b3b5 (diff) | |
download | freebsd-ports-gnome-81e263a43feda359dabdf20c2fa54afac7e52865.tar.gz freebsd-ports-gnome-81e263a43feda359dabdf20c2fa54afac7e52865.tar.zst freebsd-ports-gnome-81e263a43feda359dabdf20c2fa54afac7e52865.zip |
Add a note about changes in the default passdb backend in net/samba34.
-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 |