MSSQL JDBC Driver Single Sign On Auth from Unix 0.1 (Default branch)

libsqljdbc_auth provides support for using Windows integrated authentication with the Microsoft SQL Server 2005 JDBC Driver under Unix operating systems. SQL Server Authentication is not secure and is difficult to manage in an environment with large numbers of database servers, but it is often the only option when connecting to an SQL Server Database from non-Windows operating systems. This library allows users of other operating systems to use the more secure Integrated Authentication method with Microsoft's SQL Server 2005 JDBC driver using native Kerberos authentication libraries. License: BSD License (revised) Changes:
This is the initial release, enabling single-sign-on integrated authentication to SQL Server 2000 and 2005.

More...