Hi!
I want to use the cifs.home_dir options to map users home directories in a Windows 2000 environment. In Windows 2000 we use Group Policies which redirect the "My Documents" and "Application Data" folders to every users home directory. Now it looks like the group policy uses the windows system account to check if the UNC-path \filer\homedirshare exists before the user has mapped the homedirectory. Since I use the cifs.home_dir option the share doesn't exist until I access it as the user whose name is the same as the directory name.
This gives me a number of errors in the event viewer of which one looks like this:
The Group Policy client-side extension Application Management was passed flags (0) and returned a failure status code of (1603).
Has anyone seen this problem before?