Configuring SSSD on Flatcar Container Linux
Flatcar Container Linux ships with the System Security Services Daemon, allowing integration between Flatcar Container Linux and enterprise authentication services.
Configuring SSSD
Edit /etc/sssd/sssd.conf. This configuration file is fully documented here . For example, to configure SSSD to use an IPA server called ipa.example.com, sssd.conf should read:
|
|
Start SSSD
|
|
Make SSSD available on future reboots
|
|
ON THIS PAGE