We current have an Active Directory in place. Our requirement is for our home users to logon to the IVE, launch network connect and then have a script that connects them to their home drive which maps as h:\ when they logon to AD using a windows box.
any suggestions would be appreciated,
Greg
Write the script the does the mapping, then go into User Roles>Role Name>Network Connect, scroll down to "Session Scripts", input the location of the script.
OK, Thanks, I was able to get that far. More questions
I have limited experience with MAC OS so I apologise in advance for the newbie questions.
Greg
Not sure if .bat will work on MAC, but the script address we use for AD is:
\\na.vul.com\NETLOGON\co.bat
where the beginning is the domain name in "DNS" format and the end is the login script batch file name.
Note: You CANNOT use the ldap attribute <userAttr.scriptPath> to set the loginscript name. This is NOT supported in this field. Another real pain! I check this in the RoleMapping rules using a custom expression instead and have a different Role for each login script (and make something simple unnecessarily complex).
-=Dan=-
Dan,
How confident are you that the client needs to be on the same domain that the SSL VPN device. Maybe I misunderstand your comment? I cannot get my very simple Windows script to run:
@net use H: \\server\users\%username%
@net time \\server /set /yes
gpupdate
Did you ever have any luck with this? I am having issues getting my batch files to load at NC startup.
Have you seen anything like this?
Thanks in advance......