Hi,
In active directory our users have a home folder set. However they are UNC shares on 3 different servers (ServerB, ServerC and ServerD).
How can I create a File Borwsing resource Policy based on this? I have tried using \\<userAttr.homeDirectory> but we use AD authentication on our Juniper SSL. I have also tried \\<homedir> and \\<userhome>
Thanks
Solved! Go to Solution.
I odn't think that will work.
the shares are like:
Users home folders are spread accross 3 servers. I want to just take their Active Directory Home Folder path and use that.
am i correct in saying that you are creating a link to each individual user manually?
In my setup, based on the AD group the link automatically appears, so construction group users only see construction\home as well as that users my documents so you could make 3 profiles, then use AD to assign those profiles to the roles.
server A user group
Server B user group
Server C user group
_
After setting the authorization to LDAP and setting up the bits and pieces the attributes work fine.
I had to use samAccountname=<username> to get it working.
Thanks for the help.
You are welcome; glad to help.
Glad to hear it is working well.