Jump to content

Recommended Posts

Posted

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

Posted

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%

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...