No, sorry, that was a misunderstanding.
What I meant was a piece of Java code like this:
Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");
Connection conn =
DriverManager.getConnection("jdbc:db2//server/dbname","user","passwd");
Somewhere in such a piece of code Kerberos must play a role.
Gerd
Am 18.05.20 um 16:40 schrieb Hunor Olosz:
> Hello Gerd,
>
> I hope this is what you need. We use db2jcc driver. Connection with
> local user is fine, but with Ldap user using Kerberos authentication
> needs extra setup.
>
> /(See attached file: image (2).png)//(See attached file:
> SQLAliases23.txt)//(See attached file: error)//(See attached file:
> SQLDrivers)/
>
> Thank you.
>
> Kind Regards / Mit freundlichen Grüßen,
>
> *Hunor Olosz*
>
>
> Inactive hide details for Gerd Wagner ---16/05/2020 22:52:02---If you
> could send the code how the create a java.sql.Connection Gerd Wagner
> ---16/05/2020 22:52:02---If you could send the code how the create a
> java.sql.Connection for DB2 with Kerberos I may be able
>
> From: Gerd Wagner <ger...@t-...>
> To: Hunor Olosz <hun...@hu...>,
> Squ...@li...
> Date: 16/05/2020 22:52
> Subject: [EXTERNAL] Re: [Squirrel-sql-users] SQuirreL SQL - DB2 - Kerberos
>
> ------------------------------------------------------------------------
>
>
>
> If you could send the code how the create a java.sql.Connection for DB2
> with Kerberos I may be able to help you.
>
> Gerd
>
> Am 14.05.20 um 16:51 schrieb Hunor Olosz:
> > Hello,
> >
> > I'm looking for a documentation how to configure Squirrel SQL Client
> > with DB2 which uses Kerberos Authentication method.
> >
> > Thank you.
> > Kind Regards / Mit freundlichen Grüßen,
> >
> > *Hunor Olosz*
> >
> >
> >
> >
> >
> > _______________________________________________
> > Squirrel-sql-users mailing list
> > Squ...@li...
> > https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
> >
>
>
>
>
|