LDAP-UX Client Services B.04.15 with Microsoft Windows Active Directory Server Administrator's Guide (edition 8)

Table Of Contents
update_ldapux_conf_time=<10-2147483647>
This determines how often, in seconds, ldapclientd re-reads the
/etc/opt/ldapux/ldapux_client.conf client configuration file
to download new domain profiles. The default value is 600 (10 minutes).
cache_size=<102400-1073741823>
The maximum number of bytes that should be cached by ldapclientd
for all services except dynamic_group. This value is the maximum, upper
limit, of memory that can be used by ldapclientd to cache all services
except dynamic_group. If this limit is reached, new entries are not
cached until enough expired entries are freed to allow it. The default
value is 10000000.
poscache_ttl=<1-2147483647>
The time, in seconds, before a cache entry expires from the positive
cache. There is no [general] default value for this setting. Each cache
section has its own default values (listed below). Specifying a value
under [general] will override poscache_ttl defaults in other
sections (where there is no specific poscache_ttl definitions for that
section).
negcache_ttl=<1-2147483647>
The time, in seconds, before a cache entry expires from the negative
cache. There is no [general] default value for this setting. Each cache
section has its own default value.
[passwd] Cache settings for the passwd cache (which caches name, uid, and
shadow information).
enble=<yes|no>
ldapclientd only caches entries for this section, when it is enabled.
If the cache is not enabled, ldapclientd will query the directory server
for any entry request from this section. Since this impacts LDAP-UX
client performance and response time, by default, caching is enabled.
poscache_ttl=<0-2147483647>
The time, in seconds, before a cache entry expires from the positive
cache. Since personal data can change frequently, this value is typically
smaller than some others. The default value is 120 (2 minutes).
negcache_ttl=<1-2147483647>
The time, in seconds, before a cache entry expires from the negative
cache. The default value is 240 (4 minutes).
[group]
Cache settings for the group cache (which caches name, gid and
membership information).
enable=<yes|no>
ldapclientd only caches entries for this section, when it is enabled.
By default, caching is enabled.
poscache_ttl=<0-2147483647>
The time, in seconds, before a cache entry expires from the positive
cache. Since people are added and removed from groups occasionally,
this value is not typically large. If dynamic_group caching is enabled,
this value must be less than poscache_ttl of [dynamic_group].
The default value is 240 (4 minutes).
negcache_ttl=<1-2147483647>
Using the LDAP-UX Client Daemon 95