Hi,
New to the forum! Hello!
I have a user who has WindowsME and broadband. I have set him up to connect to my corporate VPN Server, which works great. He can connect, ping stuff, etc... but...
Windows2000 has this version of the 'net use' command which looks like this (to map a share)...
net use * \\servername\sharename /user:domain\user
This will properly authenticate this user to our domain and ask for the password.
When you try this on WindowsME, the flag /user does not exist so it errors out. Other variations of this command on ME are ...
net use o: \\servername\sharename username
assword
This on ME, comes back with invalid password. But what I really think it is saying is 'failure to authenticate - bad domain name'. The response it gives even violates normal logical security in telling the user that his password is bad - a no no in unix and other password protocols...
How do I assign the correct credentials to the 'net use' command on WindowsME? Is there a way? Help please?
New to the forum! Hello!
I have a user who has WindowsME and broadband. I have set him up to connect to my corporate VPN Server, which works great. He can connect, ping stuff, etc... but...
Windows2000 has this version of the 'net use' command which looks like this (to map a share)...
net use * \\servername\sharename /user:domain\user
This will properly authenticate this user to our domain and ask for the password.
When you try this on WindowsME, the flag /user does not exist so it errors out. Other variations of this command on ME are ...
net use o: \\servername\sharename username
This on ME, comes back with invalid password. But what I really think it is saying is 'failure to authenticate - bad domain name'. The response it gives even violates normal logical security in telling the user that his password is bad - a no no in unix and other password protocols...
How do I assign the correct credentials to the 'net use' command on WindowsME? Is there a way? Help please?