[sssd]
section also lists the services that are active and should be started when sssd
starts within the services
directive.
NSS
— An NSS provider service that answers NSS requests from the sssd_nss
module.
PAM
— A PAM provider service that manages a PAM conversation through the sssd_pam
PAM module.
monitor
— A special service that monitors all other SSSD services, and starts or restarts them as needed. Its options are specified in the [sssd]
section of the /etc/sssd/sssd.conf
configuration file.
debug_level (integer)
[service/<NAME>]
sections in the SSSD configuration file).
reconnection_retries (integer)
DNS
lookup fails to return an IPv4
address for a hostname, SSSD attempts to look up an IPv6
address before returning a failure. Note that this only ensures that the async resolver identifies the correct address; there is currently a bug in the LDAP code that prevents SSSD from connecting to an LDAP server over IPv6. This is being investigated separately.
Name Service Switch (NSS)
service. Refer to the sssd.conf(5) manual page for full details about each option.
enum_cache_timeout (integer)
entry_cache_nowait_percentage (integer)
0
disables this feature).
entry_cache_timeout
value for the domain.
0-99
, and represent a percentage of the entry_cache_timeout
value for each domain.
entry_negative_timeout (integer)
filter_users, filter_groups (string)
root
.
filter_users_in_groups (Boolean)
TRUE
, specifies that users listed in the filter_users
list do not appear in group memberships when performing group lookups. If set to FALSE
, group lookups return all users that are members of that group. If not specified, defaults to TRUE
.
Pluggable Authentication Module (PAM)
service.
offline_credentials_expiration (integer)
0
(no limit).
offline_failed_login_attempts (integer)
0
(no limit).
offline_failed_login_delay (integer)
offline_failed_login_attempts
has been reached before a new log in attempt is possible.
0
, the user cannot authenticate offline if the value of offline_failed_login_attempts
has been reached. Only a successful online authentication can re-enable offline authentication. If not specified, defaults to 5
.