Thread: JAVA Support
View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 06:01 AM
Kris Jurka
 
Posts: n/a
Default Re: JAVA Support



On Thu, 28 Sep 2006, Henry B. Hotz wrote:

> It appears that the JDBC client doesn't include the Kerberos support
> that the C clients do.


Java doesn't have accessible Kerberos support. It wraps Kerberos in
GSSAPI which requires the server to support GSSAPI instead of plain
Kerberos.

> So, two questions:
>
> 1) Is there an alternative JDBC client that's just a glue layer instead of a
> complete re-implementation?


No, there aren't any Type 2 drivers around. Requiring native code is a
giant pain.

Kris Jurka



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote