Hi
I run sssd by just calling the binary. I know the network must be up and
the KDC available because sssd fires up and gets a ticket just fine. DNS
must be OK otherwise sssd wouldn't be able to authenticate. It's using
the same key as the kinit command but I've tried other keys too. I
tested the network just before the kinit by adding
systemctl status network > /tmp/net.txt
network.service - LSB: Configure network interfaces and set up routing
Loaded: loaded (/etc/init.d/network)
Active: active (running) since Thu, 2013-05-02 10:21:25 CEST;
1s ago
Process: 512 ExecStart=/etc/init.d/network start (code=exited,
status=0/SUCCESS)
Here's the content of /etc/init.d/boot.local
sssd
kinit -k -t /etc/krb5.keytab CATRAL$
Here is the content of the service file
[Unit]
Description=/etc/init.d/boot.local Compatibility
After=network.target
[Service]
Type=oneshot
ExecStart=/etc/init.d/boot.local
TimeoutSec=0
RemainAfterExit=yes
SysVStartPriority=99
This is krb5.conf
[libdefaults]
default_realm = HH3.SITE
dns_lookup_realm = false
dns_lookup_kdc = true