From 5d14aabf1d1d96dd8f6ec594ee65863ddbfc087a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 20 May 2024 17:22:35 +0200 Subject: Merging upstream version 2.9.5. Signed-off-by: Daniel Baumann --- src/man/sv/sssd.conf.5.xml | 57 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 5 deletions(-) (limited to 'src/man/sv/sssd.conf.5.xml') diff --git a/src/man/sv/sssd.conf.5.xml b/src/man/sv/sssd.conf.5.xml index b8aded6..b619f32 100644 --- a/src/man/sv/sssd.conf.5.xml +++ b/src/man/sv/sssd.conf.5.xml @@ -1,6 +1,6 @@ - ]> @@ -1463,7 +1463,7 @@ pam_account_locked_message = Kontot är låst, kontakta kundtjänsten. Enable passkey device based authentication. - Standard: False + Standard: True @@ -1565,7 +1565,7 @@ pam_cert_verification = partial_chain - pam_p11_allowed_services (heltal) + pam_p11_allowed_services (string) En kommaseparerad lista av PAM-tjänstenamn för vilka det kommer vara @@ -3284,6 +3284,23 @@ DNS-fråga om tjänsteupptäckt. + + failover_primary_timeout (integer) + + + When no primary server is currently available, SSSD fail overs to a backup +server. This option defines the amount of time (in seconds) to wait before +SSSD tries to reconnect to a primary server again. + + + Note: The minimum value is 31. + + + Default: 31 + + + + override_gid (heltal) @@ -3485,7 +3502,8 @@ provider) only support a password based authentication, while others can handle PKINIT based Smartcard authentication (AD, IPA), two-factor authentication (IPA), or other methods against a central instance. By default in such cases authentication is only performed with the methods -supported by the backend. +supported by the backend. With this option additional methods can be enabled +which are evaluated and checked locally. There are three possible values for this option: match, only, @@ -3496,6 +3514,35 @@ local authentication. As an example, enable:passkey, only enables passkey for local authentication. Multiple enable values should be comma-separated, such as enable:passkey, enable:smartcard + + + The following table shows which authentication methods, if configured +properly, are currently enabled or disabled for each backend, with the +default local_auth_policy: match + + + + + + + + + + local_auth_policy = match (default) + Passkey + Smartcard + + + IPAaktiverat + aktiverat + + ADdisabled + aktiverat + + LDAPdisabled + disabled + + Please note that if local Smartcard authentication is enabled and a Smartcard is present, Smartcard authentication will be preferred over the -- cgit v1.2.3