Hello,
strange title, but hopefully it's a bit clear what my question is:
What are the limitations if a user logs onto a Windows 2000 using VPN, while his/her computer isn't part of the domain?
Situation: we have a number of home workers and foreign employees who log onto our w2k domain using a VPN connection. Their computer aren't part of our domain (on purpose, because it's their home computer). The logon proces works and they're authenticated, but the login script (kix32) isn't working very well:
1. In order to verify whether the user gets access to a network mapping is done by looking at the group membership in kix32 (IF INGROUP ("Group")=1 USE M: \\$fs1\directory")
This doesn't work for the non domain computers
2. To solve this problem I've created a batch file with all the drive mappings, which can be run by the VPN user to obtain all his mappings. For some reason some mappings are created, others aren't.
So it seems using a computer that's not part of a domain creates some problems... any idea how to work around this, besides making the computer part of the domain? I can imagine that you don't want to make every home computer part of your domain just so the user can logon. To be perfectly clear, the users logon with the domain user account.
All help is appreciated.
strange title, but hopefully it's a bit clear what my question is:
What are the limitations if a user logs onto a Windows 2000 using VPN, while his/her computer isn't part of the domain?
Situation: we have a number of home workers and foreign employees who log onto our w2k domain using a VPN connection. Their computer aren't part of our domain (on purpose, because it's their home computer). The logon proces works and they're authenticated, but the login script (kix32) isn't working very well:
1. In order to verify whether the user gets access to a network mapping is done by looking at the group membership in kix32 (IF INGROUP ("Group")=1 USE M: \\$fs1\directory")
This doesn't work for the non domain computers
2. To solve this problem I've created a batch file with all the drive mappings, which can be run by the VPN user to obtain all his mappings. For some reason some mappings are created, others aren't.
So it seems using a computer that's not part of a domain creates some problems... any idea how to work around this, besides making the computer part of the domain? I can imagine that you don't want to make every home computer part of your domain just so the user can logon. To be perfectly clear, the users logon with the domain user account.
All help is appreciated.