website/integrations: remove sbus_timeout from sssd example (#11428)
website: remove sbus_timeout from sssd example Fixes an error ``` [rule/allowed_sssd_options]: Attribute 'sbus_timeout' is not allowed in section 'sssd'. Check for typos. ``` Signed-off-by: Jennings Zhang <dev@sl.jennin.xyz>
This commit is contained in:
@ -78,7 +78,6 @@ reconnection_retries = 3
|
|||||||
[sssd]
|
[sssd]
|
||||||
config_file_version = 2
|
config_file_version = 2
|
||||||
reconnection_retries = 3
|
reconnection_retries = 3
|
||||||
sbus_timeout = 30
|
|
||||||
domains = ${ldap.domain}
|
domains = ${ldap.domain}
|
||||||
services = nss, pam, ssh
|
services = nss, pam, ssh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user