Re: documentation on how to set $KRB5CCNAME for kerberized/gssapi applications

2014-10-13 Thread Natxo Asenjo
hi, problem solved. This was indeed a replay cache file. Using a true ccache one solved the issue. Thanks for your assistance. -- groet, natxo Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos

Re: documentation on how to set $KRB5CCNAME for kerberized/gssapi applications

2014-10-13 Thread Natxo Asenjo
On Fri, Oct 10, 2014 at 12:28 AM, Tom Yu wrote: > Natxo Asenjo writes: > >> When implementing rsyslog with gssapi >> (http://www.rsyslog.com/doc/gssapi.html) I came accross the issue >> that the rsyslog software expects the credentials cache of the host >> principal in /tmp/krb5cc_0; the centos

Re: documentation on how to set $KRB5CCNAME for kerberized/gssapi applications

2014-10-09 Thread Kenneth MacDonald
On Thu, 2014-10-09 at 23:10 +0200, Natxo Asenjo wrote: > hi, > > When implementing rsyslog with gssapi > (http://www.rsyslog.com/doc/gssapi.html) I came accross the issue > that the rsyslog software expects the credentials cache of the host > principal in /tmp/krb5cc_0; the centos 6.5 hosts joine

Re: documentation on how to set $KRB5CCNAME for kerberized/gssapi applications

2014-10-09 Thread Tom Yu
Natxo Asenjo writes: > When implementing rsyslog with gssapi > (http://www.rsyslog.com/doc/gssapi.html) I came accross the issue > that the rsyslog software expects the credentials cache of the host > principal in /tmp/krb5cc_0; the centos 6.5 hosts joined to a freeipa > kerberos domain save tha

documentation on how to set $KRB5CCNAME for kerberized/gssapi applications

2014-10-09 Thread Natxo Asenjo
hi, When implementing rsyslog with gssapi (http://www.rsyslog.com/doc/gssapi.html) I came accross the issue that the rsyslog software expects the credentials cache of the host principal in /tmp/krb5cc_0; the centos 6.5 hosts joined to a freeipa kerberos domain save that to /var/tmp/host_0 . I tr