On (12/11/16 15:09), [email protected] wrote:
>
>Hi,
>I get the following error on sssd on FreeBSD:
>
>(Fri Nov 11 18:15:36 2016) [sssd[be[ronnyforberger.de]]] 
>[sss_krb5_touch_config] (0x0020):
>Unable to change mtime of "${prefix}/etc/krb5.conf" [2]: No such file or
>directory
I would say that "${prefix}" should have been expanded.
But It would not help because expanded version would be
"/usr/local/etc/krb5.conf"

>(Fri Nov 11 18:15:36 2016) [sssd[be[ronnyforberger.de]]] 
>[sss_write_domain_mappings]
>(0x0020): Unable to change last modification time of krb5.conf. Created 
>mappings may not
>be loaded.
>
>The krb5.conf is owned and writeable by root and sssd also runs as root.
>
You can workaround the problem with exported env variable
KRB5_CONFIG=/etc/krb5.conf. (It need to be exported for sssd daemon.

LS
_______________________________________________
sssd-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to