On a Windows machine, you can specify either a local username and password on the machine or a domain username/password. The Easysoft ODBC-ODBC Bridge Server, passes either NULL or the specified domain name to the Windows function LogonUser()
. You can specify a domain in the LogonUser attribute like this:
Domain/username
If "Domain/" is not specified, the ODBC-ODBC Bridge Server passes NULL to LogonUser(), which means the local account database is searched first and then trusted domains.
If Domain is "." (e.g. ./username), the search is restricted to the local account database on the Windows machine.