F
Frustrated Network Admin
Hi,
Does anyone have ideas how to solve this issue I am
having..?
We have a Windows 2000 AD domain structure. We also have
a Cisco VPN solution for remote access. Many of our users
have laptops that use the Cisco VPN client to connect back
to the office. On the client you can configure a program
(batch file in this case) to be executed after connecting
to the network. Currently we are using a simple batch file
similar to the following:
net use x: \\server\share /USER:mydomain\user1 password
The problem with this is that the user's password is part
of the script and can be seen by anyone who can see the
script. Not to mention if the user's domain password get's
changed it must also get changed on this batch file. We
tried not including a password in the batch and let it
prompt the user for thier password, however some of our
users feel this is too complicated and only want to enter
thier password once (when authenticating with the VPN
client). In the office this is obviously not a problem
since the user logs on directly to the domain from the
start. Remote users first log on locally and then use the
VPN client to connect to the network.
Any ideas..?
Thanks in advance....
Does anyone have ideas how to solve this issue I am
having..?
We have a Windows 2000 AD domain structure. We also have
a Cisco VPN solution for remote access. Many of our users
have laptops that use the Cisco VPN client to connect back
to the office. On the client you can configure a program
(batch file in this case) to be executed after connecting
to the network. Currently we are using a simple batch file
similar to the following:
net use x: \\server\share /USER:mydomain\user1 password
The problem with this is that the user's password is part
of the script and can be seen by anyone who can see the
script. Not to mention if the user's domain password get's
changed it must also get changed on this batch file. We
tried not including a password in the batch and let it
prompt the user for thier password, however some of our
users feel this is too complicated and only want to enter
thier password once (when authenticating with the VPN
client). In the office this is obviously not a problem
since the user logs on directly to the domain from the
start. Remote users first log on locally and then use the
VPN client to connect to the network.
Any ideas..?
Thanks in advance....