Make sure that SSSD service is configured and enabled. See SSSD documentation for more information.
                                                                                          {include if "with-smartcard"}
- with-smartcard is selected, make sure smartcard authentication is enabled in sssd.conf: {include if "with-smartcard"}
  - set "pam_cert_auth = True" in [pam] section                                           {include if "with-smartcard"}
                                                                                          {include if "with-fingerprint"}
- with-fingerprint is selected, make sure fprintd service is configured and enabled       {include if "with-fingerprint"}
                                                                                          {include if "with-mkhomedir"}
- with-mkhomedir is selected, make sure oddjobd service is enabled                        {include if "with-mkhomedir"}
  - systemctl enable oddjobd.service                                                      {include if "with-mkhomedir"}
  - systemctl start oddjobd.service                                                       {include if "with-mkhomedir"}