Now that I look at the the permissions for /tmp 755 which does not match the rest of the /tmp directories in my environment.
Matched the permissions and everything is working. Thank you. On Tue, Aug 21, 2012 at 4:47 PM, Stephen Gallagher <sgall...@redhat.com> wrote: > On Tue, 2012-08-21 at 16:21 -0400, Derek Page wrote: >> (Tue Aug 21 16:04:34 2012) [[sssd[krb5_child[5088]]]] >> [create_ccache_file] (0x0020): mkstemp failed [13][Permission denied]. >> (Tue Aug 21 16:04:34 2012) [[sssd[krb5_child[5088]]]] >> [get_and_save_tgt] (0x0020): 688: [13][Permission denied] > > This looks like your problem. Apparently, the krb5_child application > doesn't have permission to write to your /tmp directory[1]. Check its > permissions (and for SELinux AVC denials). > > > [1] While creating the credential cache to store the retrieved TGT, we > do so in a temp file in /tmp using the mkstemp() system call. > > _______________________________________________ > sssd-devel mailing list > sssd-devel@lists.fedorahosted.org > https://lists.fedorahosted.org/mailman/listinfo/sssd-devel > _______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
