get only username from REMOTE_USER variable

2005-09-27 Thread mnikhil
Hi Firstly, My Sincere thanks to all of you for making available such a wonderful module available to Apache on sourceforge. My problem is nothing except that to make modifications to REMOTE_USER variable in the kerberos itself. I mean when I am visiting a kerberos enabled webpage, after

Re: get only username from REMOTE_USER variable

2005-09-27 Thread Jeffrey Altman
[EMAIL PROTECTED] wrote: Hi Firstly, My Sincere thanks to all of you for making available such a wonderful module available to Apache on sourceforge. My problem is nothing except that to make modifications to REMOTE_USER variable in the kerberos itself. I mean when I am visiting a

GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Balakrishnan, Sivakumar
Hi, I am trying to implement a custom Kerberos authentication for my IIS application using an ISAPI filter. I am expecting the gss_accept_security_context tor return me AP-REP if I passed a input token(contains AP-REQ) with mutual_authentication flag set in its AP-options. But in my program

Re: GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Jeffrey Hutzelman
On Tuesday, September 27, 2005 10:11:56 AM -0500 Balakrishnan, Sivakumar [EMAIL PROTECTED] wrote: I am trying to implement a custom Kerberos authentication for my IIS application using an ISAPI filter. I am expecting the gss_accept_security_context tor return me AP-REP if I passed a input

RE: GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Balakrishnan, Sivakumar
Thanks Jeff.. Sorry for the lack of details. Here is what I am doing. Runtime Environment: 1. Linux Server Hosting KDC 2. Windows 2003 server running IIS in a workgroup environment as Application Server 3. Windows XP as workstation running IE 6.0 4. Workstation

Re: Kerberos support in Thunderbird

2005-09-27 Thread ch0w
This is the only thread I could Google that has anything remotely on the topic of Kerberos-compatibility in Thunderbird. However, I'm having a very difficult time following the thread discussion. Thunderbird imported my Eudora settings (which works for me), but upon Get Mail I always get the

Where donwload MIT KDC binary for Windows?

2005-09-27 Thread D. Musicant
I want to use the MIT KDC implementation but I can't seem to find the binaries anywhere. Can you please direct me to where I can download them? Thank you. Kerberos mailing list Kerberos@mit.edu

GSS-API - Kerberos Ticket

2005-09-27 Thread Eitan
Hello, Is there any method of extracting the Kerberos key from a GSS ticket? Microsoft sends the Kerberos ticket (SPNEGO over http) using the GSS methods. If one attempts to handle the internal Kerberos ticket information (such as the case of the PAC data) he will have to use the Kerberos

Re: GSS-API - Kerberos Ticket

2005-09-27 Thread Kevin Coffman
Hello, Is there any method of extracting the Kerberos key from a GSS ticket? Microsoft sends the Kerberos ticket (SPNEGO over http) using the GSS methods. If one attempts to handle the internal Kerberos ticket information (such as the case of the PAC data) he will have to use the

RE: Where donwload MIT KDC binary for Windows?

2005-09-27 Thread Balakrishnan, Sivakumar
You can find it at http://web.mit.edu/kerberos/dist/index.html#KFW2.6.5 Thanks Siva -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of D. Musicant Sent: Monday, September 26, 2005 5:27 PM To: [EMAIL PROTECTED] Cc: kerberos@mit.edu Subject: Where donwload

Re: Where donwload MIT KDC binary for Windows?

2005-09-27 Thread Jeffrey Altman
D. Musicant wrote: I want to use the MIT KDC implementation but I can't seem to find the binaries anywhere. Can you please direct me to where I can download them? Thank you. At the present time there are no binaries available for either the KDC or the kadmin libraries on Windows. Jeffrey

Re: get only username from REMOTE_USER variable

2005-09-27 Thread Nikhil Mulley
Thanks Buck.Well that goes over my top.my requirement was simple to get the username (onlY) from the REMOTE_USER variable, if I had to do it in my script , that would become an per application task, my all scripts/programs look for or expect only the username in the REMOTE_USER, for that matter I

gss_acquire_cred() failed:

2005-09-27 Thread mnikhil
Hi I am running mod_auth_kerb (Apache(1.3.33 module) on an x86 Solaris-10. Here is my configuration in httpd.conf Location /krb5 AuthType Kerberos KrbAuthRealms MYDOMAIN.COM KrbServiceName HTTP Krb5Keytab /etc/apache/http_sx86qa2.krb5keytab KrbMethodNegotiate on