There's really no other way to do what you're asking. The security principal
"username" is not the same as the principal "domainname\username." When you
present "username" to a resource, the resource will only check its local
account database. Since there is no account "username" in that local database,
authentication fails. You will have to supply the full "domainname\username"
since that is, in fact, the actual name of the security principal you want
to authenticate.
Steve Riley
(E-Mail Removed)
> Jeff,
>
> Thanks for the reply. But that's the constraint. I am not allowed to
> put them in the same domain or workgroup.
>
> CyberDigger
>
> "Jeff Cochran" wrote:
>
>> On Thu, 6 Jan 2005 20:55:04 -0800, "CyberDigger"
>> <(E-Mail Removed)> wrote:
>>> I have two computers, client and server. The client is running
>>> Windows 2000 Professional and is in a workgroup, say "MyWorkgroup".
>>> The server is running Windows Server 2003 Standard Edition and is in
>>> a domain, say "MyDomain". From the client, I want to access
>>> resources on the server without specifying any domain, i.e. not
>>> using the format domain\username or the UPN format for the username.
>>>
>> Put the two systems in the same domain (a less reliable trick is
>> using a workgroup the same name as the domain name).
>>
>> Jeff
>>