|
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....
|
|
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.
|
|
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
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Mike
--
Michael B Allen
Java Active Directory Integration
http://www.ioplex.com.
Overwhelming API.
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
On Mon, 05 Jan 2009 20:25:17 +0100, Darkstalker <dark_77NONSPAMMATE@libero.it
http://ps3mediaserver.blogspot.com/
tie', aggiornatevelo :P
Started by Darkstalker on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
--
Ignazio GSS© * More than 100 HiRes images;camenraider@NOSPAMgmail.com
L'abbandono di java sarebbe un bel passo avanti (ed esistono gia` ottimi
punti di tantissimi,
anche se già cosi....
Tizio
magari e' invogliato a continuare lo sviluppo.
|
|
Hi
Is there support for this oid in Java GSS implementation?
I am getting the following error:
GSSException: No credential found for: 1.2.840.113554.1.2.2.31.2.840.113554.1.2.2.3 usage: Accept
at sun.security.jgss.GSSCredentialImpl.getElement(GSSCredentialImpl...
Started by chimanrao on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at oracle):
Usertouser(3)}?
No it's not supported by Oracle's Java..
|
|
Hi,
Below is the memory snapshot of my coherence nodes (2 data, 1 extend, 1 jxm ) running on a machine. All the data and extend nodes have been started with 1G of memory and JMX node with 512m. But I can see RES memory part going as high as 1.9g. How ...
Started by user8719541 on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at oracle):
The heap is just like the "working" memory for your application, on top of that Java has a Perm Space where it stores an object whose graph is also pretty simple.....
Hi Manish,
A Java process always uses more memory than the allocated heap.
|