Binding string

On my laptop - I can connect to Active Directory only if I specify the binding string as WinNT://<domain name>/<server>/<user>
The server is the name of the domain control server.

Any other name beside <server> (which is the name of the domain controller server) does not work.

In normal case, the binding string WinNT://<domain name>/<user> should work.

Can anyone suggest why the domain controller server name has to be specified ?
[501 byte] By [damma] at [2007-11-20 2:08:06]
# 1 Re: Binding string
Does your laptop belong to the domain and are you logged on to the laptop with a domain account?

If not, then the "binding" can't automatically determine what DC should be targeted.
Craig Gemmill at 2007-11-10 3:39:11 >
# 2 Re: Binding string
>>Does your laptop belong to the domain and are you logged on to the laptop with a domain account?

Yes my laptop belongs to the domain and i log in with the domain account only on my laptop.
damma at 2007-11-10 3:40:07 >
# 3 Re: Binding string
Better use LDAP style strings,

http://www.rlmueller.net/WinNT_LDAP.htm
Krishnaa at 2007-11-10 3:41:05 >