Hi, I divide accounts into two groups. One is normal account which $HOME is /home/account. The other is jailed account which real $HOME path is /home/account/jailed. (The $HOME of jailed accounts in /etc/passwd is still /home/account) In [homes] section, if I don't set path, jailed account can't enter his jailed $HOME (/home/account/jailed) directly. Is it possible to let all accounts go to their $HOME path correctly? ie. When normal account access \\samba\username, it map to /home/username. When jailed account access \\samba\username, it map to /home/username/jailed. Thanks. -- Best Regards, - heath