Kerberos authentication
- Last Updated: July 30, 2024
- 3 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 6.0
- Documentation
Your Kerberos environment should be fully configured before you configure the driver for Kerberos authentication. You should refer to your PostgreSQL documentation and Java documentation for instructions on configuring Kerberos. For a Windows Active Directory implementation, you should also consult your Windows documentation. For a non-Active Directory implementation (on a Windows or non-Windows operating system), you should consult MIT Kerberos documentation.
Important: A properly configured Kerberos environment must
include a means of obtaining a Kerberos Ticket Granting Ticket (TGT). For a Windows
Active Directory implementation, Active Directory automatically obtains the TGT.
However, for a non-Active Directory implementation, the means of obtaining the TGT
must be automated or handled manually.
Once your Kerberos environment has been configured, take the following steps to configure the driver.