Tagged Questions

1
vote
3answers
5k views

Translating NETBIOS domain into a FQDN (Fully Qualified Domain Name)

In short - How do I translate a NETBIOS domain to a FQDN ? Details: Assuming I'm in domain A and I have user credentials for domain B which has a trust relationship with domain A (I can authenticate ...
0
votes
0answers
22 views

netbios vs fqdn in multi domain environments

I'm developing an enterprise application which envolves login with domain user in a multi domain environment. to identify the user in my db i'm using the domain name + user name. i saw that i can ...