Extract Information from Ticket.

2007-03-02 Thread Haymo Meran
Hi, I have a Kerberos Ticket like follows (The Ticket is passed from Apache mod_kerb by request header): YIIGHAYGKwYBBQUCoIIGEDCCBgygMDAuBgkqhkiC9xIBAgIGCSqGSIb3EgECAgYKKoZIhvcSAQICAwYKKwYBBAGCNwICCqKCBdYEggXSYIIFzgYJKoZIhvcSAQICAQBuggW9MIIFuaADAgEFoQMCAQ6iBwMFACCjggThYYIE3TCCBNmgAwIBBaETGxF

RE: Extract Information from Ticket.

2007-03-02 Thread Bruce Stewart
Hi, > Does anybody know how I can extract Principal and other Information from that > Ticket in Java? You can do it using the jcifs AND the jcifs-ext library - look at the spnego classes and http negotiation filter etc.. Cheers, Bruce -- No virus found in this outgoing message. Checked by AV

Re: Extract Information from Ticket.

2007-03-02 Thread Michael B Allen
On Fri, 2 Mar 2007 13:58:40 +0200 "Bruce Stewart" <[EMAIL PROTECTED]> wrote: > Hi, > > > Does anybody know how I can extract Principal and other Information from > > that Ticket in Java? Are you sure mod_auth_kerb doesn't put the principal name somewhere (e.g. REMOTE_USER)? Otherwise you have

RE: Extract Information from Ticket.

2007-03-05 Thread Bruce Stewart
Hi Michael, > Actually only with jcifs-ext and that package is horribly out > of date. Agreed that it is horribly out of date ;-). I mentioned "jcifs and jcifs-ext" because jcifs-ext depends on jcifs, and jcifs therefore needs to be included. > The > stock jcifs distribution only supports NT

Re: Extract Information from Ticket.

2007-03-05 Thread Michael B Allen
On Mon, 5 Mar 2007 10:18:15 +0200 "Bruce Stewart" <[EMAIL PROTECTED]> wrote: > > The > > stock jcifs distribution only supports NTLM SSO (but that > > actually works > > quite well assuming you don't need delegation). > > FWIW...the spnego classes accept NTLM aswell as Kerberos tokens - which wa