Displaying 2 results from an estimated 2 matches for "entry_cache_user_timeout".
2014 Aug 27
2
sssd with ad backend and "ldap_id_mapping = false" refuse to start
....loc
debug_level = 0x0370
# globale Cache Steuerung
# alle Angaben in Sekunden
# default = 120
enum_cache_timeout = 10
# default = 15
entry_negative_timeout = 5
[nss]
[pam]
[domain/invis-ad.loc]
# Domain bezogene Cache Steuerung
# Alle Angaben in Sekunden
# Default = entry_cache_timeout = 5400
entry_cache_user_timeout = 10
entry_cache_group_timeout = 10
# Using id_provider=ad sets the best defaults on its own
id_provider = ad
# In sssd, the default access provider is always 'permit'. The AD access
# provider by default checks for account expiration
access_provider = ad
# Uncomment to use POSIX attribut...
2025 May 16
2
LDAP + SSSD + Winbind group membership updating
..._cacertdir = /etc/openldap/certs
ldap_tls_reqcert = allow
ldap_user_object_class = posixAccount
ldap_user_name = uid
#ldap_user_fullname = cn
#ldap_group_object_class = groupOfNames
#ldap_group_name = cn
#ldap_group_nesting_level = 4
ldap_enumeration_refresh_timeout = 10
entry_cache_timeout = 10
entry_cache_user_timeout = 10
entry_cache_group_timeout = 10
enumerate = True
memcache_timeout = 10
### SMB.conf:
[global]
workgroup = LOC
netbiosname = LOC
security = user
passdb backend = ldapsam:ldap://localhost
ldapsam:editposix = yes
ldapsam:trusted = yes
ldap admin dn = cn=admin,dc=loc
ldap...