SSSD Manual pages sssd-ipa 5 File Formats and Conventions sssd-ipa the configuration file for SSSD DESCRIPTION This manual page describes the configuration of the IPA Provider for sssd 8 . For a detailed syntax reference, please refer to the FILE FORMAT section of the sssd.conf 5 manual page The IPA provider is a backend useful to connect to an IPA server. (see freeipa.org for information about IPa servers). It requires that the machine has been joined to the IPA domain, and configuration is almost entirely self discovered and obtained directly from the server. The IPA provider also accepts the same options used by the sssd-ldap 5 identity provider and the sssd-krb5 5 authentication provider. But it is not recommended to set these options and it is not necessary. CONFIGURATION OPTIONS sssd.conf 5 manual page, section DOMAIN SECTIONS for details on the configuration of a SSSD domain. ipa_domain (string) Specifies the name of the IPA domain. This is optional, if not provided the configuration domain name is used. ipa_server (string) The name of the IPA server. If autodiscovery is enabled this is optional. ipa_hostname (string) Optional. Maybe set on some machine where the hostname(5) does not reflect the fully qualified name used in the IPA domain to identify this host. krb5_validate (boolean) Verify with the help of krb5_keytab that the TGT obtained has not been spoofed. Default: true Please note that this default differs from the traditional kerberos provider backend. EXAMPLE The following example assumes that SSSD is correctly configured and example.com is one of the domains in the [sssd] section. This examples shows only the ipa provider specific options. [domain/example.com] id_provider = ipa ipa_server = ipaserver.example.com ipa_hostname = myhost.example.com SEE ALSO sssd.conf5 , sssd-ldap5 , sssd-krb55 , sssd8