Re: gss_acquire_cred() failed:

2005-09-30 Thread Nikhil Mulley
I humbly acknowledge what you said and apologize for the same.. On 9/28/05, Jeffrey Hutzelman [EMAIL PROTECTED] wrote: On Wednesday, September 28, 2005 05:38:14 PM +0530 Nikhil Mulley [EMAIL PROTECTED] wrote: can some one please respond.. This is a mailing list, not an IRC chat room.

acquiring creds for different principal ??

2005-09-30 Thread mnikhil
Hi I am running Apache(2.0.52) on Sol-10 (x86). and am using mod_auth_kerb for kerberos authentication.. I have correctly generated the keytab file for the host following the details at http://www.grolmsnet.de/kerbtut/. but at seeing the logs, it shows me that Apache/mod_auth_kerb is getting

Re: AS_REP question

2005-09-30 Thread Jeffrey Altman
NetSteady wrote: We are just trying to replicate the proceses that Kerberos for Windows goes through, and the only traffic that we see from a windows machine to a Kerberos KDC is the AS-REQ and AS-REP exchange. The process is supposed to be as simple and fast as possible for password

Re: acquiring creds for different principal ??

2005-09-30 Thread vj
By default the last part of hte host domain name in caps will be taken as your realm. how about this one : [libdefaults] default_realm = DE.COM [realms] DE.COM = { kdc = dchyd1.hyd.de.com admin_server = dchyd1.hyd.de.com } [domain_realm]

hi

2005-09-30 Thread ahmed F
hi is kerberos uesd for LAN , how instulation for windows xp ? __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Kerberos mailing list

Re: AS_REP question

2005-09-30 Thread NetSteady
We are just trying to replicate the proceses that Kerberos for Windows goes through, and the only traffic that we see from a windows machine to a Kerberos KDC is the AS-REQ and AS-REP exchange. The process is supposed to be as simple and fast as possible for password validation, as our possible

Re: acquiring creds for different principal ??

2005-09-30 Thread mnikhil
from the command line : [EMAIL PROTECTED]:/etc/apache2 kinit Password for [EMAIL PROTECTED]: [EMAIL PROTECTED]:/etc/apache2 It functions well, but I still the same in my Apache error log.. [Fri Sep 30 20:31:52 2005] [error] [client 149.77.165.65] gss_acquire_cred() failed: Miscellaneous failure

Re: acquiring creds for different principal ??

2005-09-30 Thread Markus Moeller
In your krb5 config you use sx86qa2.hyd.de.com = DE.COM but the server wants deshaw.com not de.com ! HTTP/[EMAIL PROTECTED] You need an entry for hyd.deshaw.com in your config file or change your hostname to hyd.de.com. Also which key is in your keytab ? Can you do a kinit -k -t

Is this a bug?

2005-09-30 Thread Jeremy Hunt
I am currently trying to build a new version of Kerberos with the replication changes from the University of Michigan. I am shoehorning a patch for version 1.3.4 onto the latest verson 1.4.2. But that does not appear to be the problem. After applying the patch, and other changes, I ran

Install Kerberos Fedora

2005-09-30 Thread Guus Ellenkamp
How do I install Kerberos on a Fedora system. I'm new to Linux and can't get how to do it from the instructions I found on the internet. Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: kadmin and other errors: Master key does not match database while initializing ...

2005-09-30 Thread Tom Yu
godber == Austin Godber [EMAIL PROTECTED] writes: godber My Kadmin daemon will no longer start. It gives me: godber [EMAIL PROTECTED] root]# /etc/init.d/kadmin start godber Starting Kerberos 5 Admin Server: kadmind: Master key does not match godber database while initializing, aborting godber