Configuring the Driver: Specifying User Credentials
On UNIX/Linux, configuring the driver for NTLM authentication requires that you specify user credentials.
To configure the driver:
1. Set the AuthenticationMethod property to ntlmjava. See Using the AuthenticationMethod Property for more information about setting a value for this property.
2. Set the Domain property to provide the name of the domain server that administers the database.
Note: Alternatively, you can set the domain server name using the User property.
3. Set the User property to provide the user ID.
4. Set the Password property to provide the password.
5. If using NTLM authentication with a Security Manager on a Java 2 Platform, security permissions must be granted to allow the driver to establish connections. See Permissions for Establishing Connections for an example.