[jcifs] How to get DomainController from Domain name

eglass1 at attbi.com eglass1 at attbi.com
Thu Jun 12 18:28:39 EST 2003



> does anybody know how could I get the Domain server for a given domain 
> name? I have seen that windows uses mailslots to do this. Can anyone 
> help me?
> 

Try:

UniAddress.getByName("DOMAIN", true);

the boolean indicates that the name may represent a domain or workgroup
rather than a host.


Eric



More information about the jcifs mailing list