On 11/11/2016 09:33 AM, ronnyforber...@ronnyforberger.de 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
> (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.
> 
> What can be the problem?

This list is for the Fedora implementation of Linux, not FreeBSD. This
question is better aimed at a FreeBSD list.

That being said, the error message specifies that

        ..."${prefix}/etc/krb5.conf" [2]: No such file or directory

So it depends on what "${prefix}" evaluates to. My guess is that it's
pointing at /usr/local or something, so the actual file it'd be looking
at is "/usr/local/etc/krb5.conf" and that file isn't present.

The sssd.conf file does offer a "base_directory" option in the local
domain section. If not defined, it defaults to "/home" and things done
in sssd's local domain end up in the /home/<username>. I'm not sure if
that's what "${prefix}" is based on or not.

You could try winding up the debug level in sssd.conf to 0x0100 or
higher, restarting sssd and checking the logs to see what the sssd
config looks like. It might tell you what "${prefix}" evaluates to.

Again, this should be on a FreeBSD list, not here.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-           This message printed using recycled bandwidth            -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to