Whenever I bootup a computer with a network boot floppy, I can't map a resource from a server using a domain account.
I can, however, map a resource from my computer using a local account.
For example:
Failing process->
I boot a computer with network boot floppy->
net logon
username: domainuser
password: whateverpassword
net use x: \\fileserver\path
I receive:
The password is incorrect, please re-enter
Working process->
I boot a computer with network boot floppy->
net logon
username: administrator
password: whateverpassword
net use x: \\myothercomputer\path
I receive a succesful mapping.
My true password length is 9 characters with special characters.
Why does the domain user fail to authenticate for the map, but local user authenticates fine?
I know it's trying, because my account gets locked if I try to re-enter my password few times wrong

-M