Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

krb5_gss_register_acceptor_identity sets a mutex-locked global (not
thread-specific) variable containing a keytab name. This change
allows the variable to be unset by passing a null value.

A more elegant long-term solution to the problem is Heimdal's
gss_krb5_import_cred function.


https://github.com/krb5/krb5/commit/41103fb180d78f349a5c3fe45f96008b50a11587
Commit By: ghudson
Revision: 24242
Changed Files:
U trunk/src/lib/gssapi/krb5/acquire_cred.c
U trunk/src/lib/gssapi/krb5/krb5_gss_glue.c
Date: Fri, 20 Aug 2010 16:15:23 +0200
Subject: Re: [krbdev.mit.edu #6758] SVN Commit
From: Zdravko Talevski <zdravcee@gmail.com>
To: rt-comment@krbdev.mit.edu
RT-Send-Cc:
Download (untitled) / with headers
text/plain 1.2KiB
Hello Greg,

thanks for the response.One more question,should I download these files and compile them with gcc,or should I implement Heimdal.Because I have tried with heimdal-clients package and configured the krb5.conf,but the same error 
still occurs.There is no change in the error log of Apache.Thanks.

Best Regards,
Zdravko Talevski

On Thu, Aug 19, 2010 at 8:21 PM, Zdravko Talevski <zdravcee@gmail.com> wrote:
Show quoted text


---------- Forwarded message ----------
From: Greg Hudson via RT <rt-comment@krbdev.mit.edu>
Date: Thu, Aug 19, 2010 at 6:38 PM
Subject: [krbdev.mit.edu #6758] SVN Commit
To:



krb5_gss_register_acceptor_identity sets a mutex-locked global (not
thread-specific) variable containing a keytab name.  This change
allows the variable to be unset by passing a null value.

A more elegant long-term solution to the problem is Heimdal's
gss_krb5_import_cred function.


https://github.com/krb5/krb5/commit/41103fb180d78f349a5c3fe45f96008b50a11587
Commit By: ghudson
Revision: 24242
Changed Files:
U   trunk/src/lib/gssapi/krb5/acquire_cred.c
U   trunk/src/lib/gssapi/krb5/krb5_gss_glue.c

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs


Zdravko, this commit had nothing to do with your problem. Please do not
interpret mail to krb5-bugs as related to your support issues with
kerberos, and continue using the kerberos@mit.edu list for that purpose.