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.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
