SSSD 配置文件 (sssd.conf) 中的缓存相关字段
SSSD 配置文件 (sssd.conf) 中的缓存相关字段
SSSD (System Security Services Daemon) 的配置文件 /etc/sssd/sssd.conf 包含许多配置选项,其中一些与缓存相关。以下列出了这些字段及其含义:
- 'cache_credentials': 是否缓存用户凭证,默认为 'true'。
- 'cache_credentials_expiration': 缓存凭证的过期时间,单位为秒,默认为 0,表示不过期。
- 'cache_name_mapping': 是否缓存用户名和 UID 之间的映射关系,默认为 'true'。
- 'cache_timeout': 缓存的超时时间,单位为秒,默认为 3600。
- 'entry_cache_nowait_percentage': 缓存条目的最大等待时间百分比,默认为 20。
- 'entry_cache_size': 缓存条目的最大数量,默认为 10000。
- 'entry_cache_timeout': 缓存条目的超时时间,单位为秒,默认为 600。
- 'krb5_ccache_type': Kerberos 缓存类型,默认为 'FILE'。
- 'krb5_ccachedir': Kerberos 缓存目录。
- 'krb5_lifetime': Kerberos 凭证的生存期,单位为秒,默认为 86400。
- 'krb5_renewable_lifetime': Kerberos 可续期凭证的生存期,单位为秒,默认为 604800。
- 'krb5_server_check_interval': Kerberos 服务器检查间隔,单位为秒,默认为 3600。
通过调整这些缓存相关的字段,您可以优化 SSSD 的性能并满足您的特定需求。
原文地址: https://www.cveoy.top/t/topic/j9sL 著作权归作者所有。请勿转载和采集!