What user name and password do I need to specify for LogonUser and LogonAuth on Windows?

Specify either a local or a domain user name and password. The Easysoft ODBC-ODBC Bridge server, passes either NULL or the specified domain name to the Windows function LogonUser().

Specify a domain in the LogonUser attribute like this:

Domain/user_name

If Domain/ is missing, 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 . (for example, ./user_name), the ODBC-ODBC Bridge only searches the local account database.