|
Q. Implementing a multiple domain authentication model A. To successfully implement a multi domain Authentication model (using the BY NT authentication method), append the domain name + "\" to the beginning of username. Using this method you are able to authenticate against multiple domains. For example: Domain1\userid will query the domain1 PDC for the validity of the authentication credentials.
|
|