LDAP-UX Client Services B.04.10 with Microsoft Windows Active Directory Server Administrator's Guide

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
#
# Time for an in-active connection to the directory server to
# be brought down and cleaned up.
#
connection_ttl=120
#
# Number of threads in ldapclientd.
#
num_threads=10
#
# Time to clean up socket files created by client applications
# that were terminated abnormally.
#
socket_cleanup_time=300
#
# Interval how often ldapclient should use when identifying and
# cleaning up stale cache entries.
#
cache_cleanup_time=10
#
# How often ldapclientd should re-read the ldapux-clientd.conf
# file.
update_ldapux_conf_time=600
#
# Maximum number of bytes that should be cached by ldapclientd.
# This value is the maximum upper limit of memory that can be
# used by ldapclientd. If this limit is reached, new entries
# are not cached, until enough expired entries are freed.
#
cache_size=10000000
#
[passwd]
enable=yes
[group]
enable=yes
Using the LDAP-UX Client Daemon 99