Be aware that the newer MIT releases have changed the GSSAPI sample to be incompatable with previous versions. If you are trying to use the Windows GSSAPI samples with the MIT samples, the MIT sample needs to be from the 1.1.x release.
>From the README in the MIT distribution: * The gss-sample test application suite is known to not communicate with the gss-sample suite in 1.1.x and earlier releases. This is the result of changes to increase functionality; fixes to allow for backwards compatibility will occur in a later release. -----Original Message----- From: Marc Horowitz [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 1:27 AM To: [EMAIL PROTECTED] Subject: Re: windows gss-api "Rick" <[EMAIL PROTECTED]> writes: >> ktpass -princ [EMAIL PROTECTED] -mapuser >> user1 -pass pass1 -out krb5.keytab >> >> gss-server asample >> GSS-API error acquiring credentials: Miscellaneous failure GSS-API >> error acquiring credentials: No principal in keytab matches desired >> name You need give the full name of the principal: gss-server asample/win_nt4.kerberos.com You're the second person this week to have the same problem. This usually means there's a broken document somewhere. What documentation or FAQ are you reading, so we can get it fixed? Marc ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
