|
Has anyone found a JDBC Driver that supports GSS-API for MSSQL. I need to connect to a sql server using windows authentication. The fun part is it's the user logged into the application via JAAS not the user the application is running as.
Started by James on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not a java geek, but I thought jTDS supported windows authentication NTLM?
I believe with our Quest Single Sign-on for Java product which provides comprehensive support for Windows authentication for J2EE and Java applications, and....
|
|
How do I (or can I?) retrieve the cached credentials for the currently logged-in Windows user in Java? I want to reuse these credentials in some other GSS-API calls. Specifically, I'm answering an SPNEGO challenge from IIS.
Thanks.
Started by findango on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Assuming you are using JAVA 5:
com.sun.security.auth.module.NTSystem NTSystem = new/2009/08/29/single-sign-on-in-java-platform/.
|
|
On Mon, 23 Feb 2009 01:39:32 -0800 (PST), Speedo <speedogoo@gmail.com
Hi All
I guess this issue had been discussed before: WS-Security negotiates
with Kerberos 5 but uses the session key in a different way from GSS
tokens. Since GSS-API is the ...
Started by Speedo on
, 14 posts
by 9 people.
Answer Snippets (Read the full thread at omgili):
(Which means, among other things, not
assuming you can
{
OM_uint32 major, minor;
gss_ctx....
On Mon, 23 Feb 2009 11:11:17 -0500, Ken Raeburn <raeburn@MIT.EDU
I wouldn't say that "GSS application
*protocols* to GSS-API.
|
Ask your Facebook Friends
|
Hi Luke
On Feb 24, 9:36 pm, Luke Howard <lu...@padl.com
Cool, we (Java SE Team at Sun) are also preparing to add a new method
getSessionKey() to OpenJDK's JGSS-API for Java EE needs.
BTW, I read the krb5-1.7 codes and notice you're supporting some...
Started by weijun.wang@sun.com on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Mike
--
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com.
Overwhelming API.
|
|
On Mon, 19 Jan 2009 17:32:28 +0100, Michael Ströder <michael@stroeder.com
Yes, I'm pretty sure. Krb5Keytab points to the file I've extracted with
ktpass.exe and the command-line tool 'strings' extracts the right
Kerberos realm, "HTTP" and fully...
Started by Michael Ströder on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Mod_auth_kerb.c(1392): [client 10.1.1.5] Verifying client
data using KRB5 GSS-API
[debug] src/mod_kerb.c(1108): [client 10.1.1.5] GSS-API
major_status:000d0000, minor_status:96c73a1f
[error] [client 10.1.1.5] gss_accept_sec_context....
|
|
I'm working on a server written in Java, and a client (a desktop application written in .Net) that runs on Windows machines on the same network. I would like to have some basic authentication so that the server can determine the username of the user running...
Started by Luke H on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Not being familiar with the GSS mechanism.
See for the service, and you need to put the service's password into the Java keytab.
Nothing to do with "Basic Authentication" (in http) .NET will try to use the SPNEGO GSS mechanism.
|
|
Hello,
I have a simple task of authenticating against Active Directory using Java. Just verifying credentials and nothing else. Let's say my domain is "fun.xyz.tld", OU path is unknown, and username/password is testu/testp.
I know there's a few Java libraries...
Started by DV on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I would post a code a project that....
It is doable with the Java GSS-API code, although I am not sure it performs the final step to validate are authenticated to the domain, you can do that as well with the Java GSS-API code.
|
|
I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two steps, I'd like to :
Be sure that the particular user has logged in to Windows with some user entry. Check out some setup information for that...
Started by Touko on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
When you need to take the app offline or "debug" the app sign-on, you need... .
The problem is for single-into the underlying Java security infrastructure.
Java has its own GSS stack.
Java 6 has improvements, but not enough yet.
|
|
Hello
Just trying out the preview version of GUI 7.20 on Windows 7 OS, and tried to setup a SNC logon. Error message is "Unable to load GSS-API DLL named "sncgss32.dll" ...
I've done a search and there is no sncgss32.dll file anywhere on the computer....
Started by Aleksandra Lema... on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at sap):
SNC....
Why it was not copied to my laptop during the installation od SAP GUI for Java, I do need also a 3rd party snc software.
Hello,
SAPGUI for Java (and Windows) come(s) with a kind of plug-in infrastructure to use security i usually use.
|
|
On Sun, 21 Dec 2008 14:47:00 +0100, IgnazioGSS <ignaziogss@gmail.com
E' uscita la nuova versione del programma.
E' stato corretto il bug dell'aspect ratio che tanto preoccupava
Volonghi :)
- Fixes:
m4a and aac are now transcoded by default (...
Started by IgnazioGSS on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
--
Ignazio GSS© * More than 100 HiRes images in my home page
http://www.ipuddu.it On Sun, 21 Dec 2008
riconoscimento automatico dell'aspect ratio?
Con tutto questo casino magari ricordo male :)
--
Ignazio GSS.
|