今天在移機時遇到的問題
從 samba 3.0 移到 samba 3.4
帳號的部份
man pdbedit
       -i passdb-backend
           Use a different passdb backend to retrieve users than the one
           specified in smb.conf. Can be used to import data into your local
           user database.
This option will ease migration from one passdb backend to another.
Example: pdbedit -i smbpasswd:/etc/smbpasswd.old
symbolic link 的部份
log 寫到
[2010/06/27 21:35:32,  2] smbd/vfs.c:949(check_reduced_name)
  reduce_name: Bad access attempt: SymLinkDirName is a symlink outside the share path
設定如下
在global 的部份
  unix extensions = no
在有symbolic link 的那個[name] 下
   follow symlinks = Yes
   wide links = Yes
就可以了…