diff options
Diffstat (limited to 'net/samba3/pkg-message')
-rw-r--r-- | net/samba3/pkg-message | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/net/samba3/pkg-message b/net/samba3/pkg-message index 2346286df435..963462793a9b 100644 --- a/net/samba3/pkg-message +++ b/net/samba3/pkg-message @@ -1,21 +1,5 @@ ****************************************************************************** -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. ------------------------------------------------------------------------------- NOTICE: *.tdb files have been moved from /var/run/samba/ to /var/db/samba/! NOTICE: Please, move them manually, if necessary, at least winbind_*.tdb. ****************************************************************************** +For additional hints and directions, please, look into the README.FreeBSD file. |