Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
506 views

Single sign-on in Java / VNC

Background On the project I work on we have GUI applications running on several different servers. Due to their user interface similarities I am investigating combining their OMIs into a single ...
5
votes
3answers
666 views

ldap_sasl_bind_s(GSSAPI) - What should be provided in the credentials BERVAL structure

I'm trying to use the ldap_sasl_bind_s method from the Microsoft LDAP C SDK, with GSSAPI as the authentication mechanism. ldap_sasl_bind_s expects the credentials as a BERVAL structure, which is ...
2
votes
1answer
76 views

GSS-API error accepting context: Service key not available - Solaris code, Windows KDC

I am attempting to get a test Kerberos client/server pair working against Active Directory. I have created three users in a spare domain in our corporate network, "RichardC", "Server1" and "Server2". ...
2
votes
2answers
391 views

Kerberos SSO implemented with Java

i am trying to created a JAVA program that will get my windows users credentials, then connect to the kerberos on my unix box and authenticate and allow me to use a service, for an example an LDAP ...
2
votes
2answers
606 views

What programs use GSS-API? Any decent sample programs?

I thought I wanted to use GSS-API, but now am not so sure, since I'm having a hard time finding good sample code for a trivial client/server pair. Sun has documentation including sample code, but ...
1
vote
1answer
92 views

How to do kerberos authentication with a python suds client

I have a Windows-based web service that does certificate revocation. It supplies a WSDL file that I want the python suds package to use to allow me to revoke certificates. The service is protected ...
1
vote
1answer
477 views

Java Kerberos authentication seems to work, still gets rejected

I've got a Java client app and a Java server app, and I'm trying to authenticate to the server via Kerberos. The client basically uses http-components and SPNEGO to make a HTTP GET call, but I always ...
1
vote
2answers
332 views

Decrypting OpenLDAP passwords

I have a set of users in my OpenLDAP and i wish to get some information from them, for example "cn" and "userPassword". However when i retrieve these details the password isnt in plain text even ...
1
vote
1answer
583 views

NegotiateStream can't work with Kerberos/NTLM/GSSAPI over SASL (POP3/IMAP/SMTP)?

I'm trying to get Integrated Windows Authentication (using default credentials of the currently logged Windows user) to log in Exchange 2007 account (SMTP/POP3/IMAP). I already have working ...
1
vote
1answer
349 views

Why Firefox keeps negotiating kerberos service tickets?

I ran some tests on Kerberos and found out some strange behavior related to Firefox and Kerberos. I have a server running Apache + mod_auh_kerb which is configured to check kerberos credential when ...
1
vote
1answer
2k views

Why do I get a GSSException when using Active Directory SSO from Microsoft IE to a Java server?

I was building an Active Directory Single Sign-On authentication system for Java web applications (using SPNEGO/Kerberos), and everything works fine with either Firefox or (reportedly) Safari, but ...
1
vote
1answer
249 views

Java/C# Kerberos inter-op possible?

I have implemented a Kerberos server/client using sockets in Java, where the client sends his service-TGT to the server, and the server knows the client is authentic. My main concern is the ...
1
vote
1answer
2k views

Is a service principal name (SPN) bound to a specific machine?

At the moment I am getting a KrbException: Integrity check on decrypted field failed (31) with my GSS demo application (on the server side). Now I am looking for the reason for this. I have the ...
1
vote
3answers
540 views

How do I interact with a kerberos server from my own application

My network has a kerberos server for username/password authentication. Machines that run my application have functioning kerberos clients, so users can use kinit, etc. How do I interact with the ...
0
votes
1answer
49 views

Using TGT acquired in Java for SSH/Other applications

Currently, I am able to authenticate users in a java application by using JAAS and grabbing the ticket-granting-ticket that is sent from a Windows server running Active Directory. This is easily done ...
0
votes
1answer
31 views

Populating LoginContext

Is there anyway i can populate a LoginContext rather than using the callbackhandler? my program will recieve username and password (what the callbakchandler deals with),i want to use them rather than ...
0
votes
0answers
35 views

Need help to understand the usage of the “gssapi” [closed]

I'm currently working on a Kerberos-Authentication. The "initiator" will be my mac application and the "acceptor" is an own windows service. At first, the Mac application have to authenticate itself ...
0
votes
1answer
45 views

For some reason when I link against Oracle GSS starts behaving differently (Solaris)

My test program works fine. I can create a client and a server and run them against each other. I can set my KRB5_CONFIG environment variable and use a local configuration for testing. For some ...
0
votes
1answer
89 views

Kerbtray realm and kdc for java gss-api

I'm using kerbtray.exe on Win7. How do I know exactly what the realm and kdc is for a java gss-api login?
0
votes
2answers
307 views

GSS-API Java strange error

I'm running the following tutorial: http://download.oracle.com/javase/6/docs/technotes/guides/security/jgss/tutorials/BasicClientServer.html I'm getting the following prompts: Connected to server ...
0
votes
1answer
31 views

how to connect to multiple-server- machine in GSS?

There some machines: client C1, server : master, s1, s2 C1 connect to master and do the authentication, then the job runner was created at s1 and s2, C1 and s1, s2 need security communication. how ...
0
votes
0answers
285 views

GSSAPI for NTLM authentication

Is it possible to use GSSAPI for NTLM v1/v2 authentication? I am trying to build a web-server, quite like squid / apache, but I would like to authenticate clients that could be using IE / FireFox, ...
0
votes
0answers
79 views

Java LoginContext and TextCallbackHandler

After reading and creating: http://download.oracle.com/javase/jndi/tutorial/ldap/security/gssapi.html i can succesfully log into Kerberos and get a ticket and what not; ive since had a play around ...
0
votes
0answers
84 views

Obtaining the domain name from the NegTokenInit

I'm using SPNEGO in a tomcat server to implement SSO in a (moslty) Windows environment. It works well as long as the tomcat server is used in only one domain, but we have several domains on our ...
0
votes
0answers
49 views

Cacheing Kerberos Tickets

after playing with : http://download.oracle.com/javase/6/docs/technotes/guides/security/jgss/lab/part1.html and going through all the parts till: ...
0
votes
1answer
203 views

Server side of GSSAPI for sshd and private key authentication

I'm looking at a way of authenticating users connecting to an SSH daemon. There might be some big misunderstanding in what I'm asking about, but from what I know the GSSAPI can be used as an ...
0
votes
0answers
213 views

Kerberos impoersonation - Java GSS client talking to SSPI C++ server

My intention is to delegate impersonation from a Java client to a C++ server. The Java client uses JAAS to authenticate and impersonate using doAsPriviledged() and finally starts establishing a ...
0
votes
1answer
364 views

Cross domain/realm authentication

Here is my problem: I can't find any document on cross domain authentication with java+kerberos. I have to authenticate against distant LDAP on other realm. How can we do that in java? Thank you ...
0
votes
1answer
414 views

How can I make SPNEGO working with mod_auth_kerb?

here is my problem: Context: kerberos authentication for two kinds of webapps, one using Apache mod_auth_kerb and the other using SPNEGO (GSSAPI) for Tomcat. I use mod_jk for connecting Tomcat to ...
0
votes
1answer
195 views

how to use gss_import_name correctly?

I am using gss_import_name on the client side using GSS_C_NT_HOSTBASED_SERVICE to get a principal like service/server-host@realm. I am calling like this, gss_import_name(status, "SERVICE", ...
0
votes
1answer
713 views

What does sub error code 568 mean for Ldap Error 49 with Active Directory

I am writing some Java code that authenticates to Active Directory using SASL GSSAPI. Mostly this code is working fine but for one user I am getting the response: ...
0
votes
2answers
590 views

Is it possible to integrate Kerberos authentication into Jetty 6?

We currently have an application that runs an embedded jetty 6.1.14 server to which we need to add authentication via Kerberos. I'm new to Kerberos, which makes the task about 100x harder that maybe ...