LDAP-UX Client Services B.04.00 with Microsoft Windows 2000/2003 Active Directory Administrator's Guide

Administering LDAP-UX Client Services
Using the LDAP-UX Client Daemon
Chapter 4 83
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 new domains are rarely added
to or removed from the forest, the cache is typically
valid for a long time. The default value is 86400 (24
hours).
negcache_ttl=<1-2147483647>
The time, in seconds, before a cache entry expires from
the negative cache. The default value is 86400 (24
hours).
Example Configuration File
The following is a sample ldapclientd.conf configuration file.
#!/sbin/sh
# @(#) $Revision: 1.1 $
# ldap client daemon configuration.
#
# Please note, the below keys are case sensitive
#
# Example:
#
# [passwd]
# enable=yes
# poscache_ttl=600
# negcache_ttl=600
#
# Note that "TTLs" (time to live) values are in seconds
# Note that cache sizes are in bytes
#
[StartOnBoot]
enable=no
[general]
# Maximum number of connections the ldapclientd can establish
# to the directory server (or multiple servers when in a
# multi-domain environment.
#
max_conn=20
#