markbayliss Posted January 23, 2012 Posted January 23, 2012 Hi, We have made some changes to our system whereas we no longer map the %homepath% but rather use folder redirection through group policies based on an UNC path. However, since we have removed the %homepath% users can longer access files remotely. Is there a way to modify the unc path within the web.xml file to contain UNc path and a username variable on the end of the path? e.g. \\local.server.\Shared$\%username%. Can't seem to get around this. Any ideas? Thanks in advance. Mark
nickbro Posted January 24, 2012 Posted January 24, 2012 That should work. HAP+ replaces %username% with the user's actual username Yep, double checked it in the code, .Replace("%username%", user.UserName); Which version of HAP+ are you using? I use this in my HAP+: \\chsadmin.crickadmin.internal\homes\%username%
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now