LDAP-UX Client Services B.05.01 Administrator Guide for HP directory servers and Windows ADS
# Maximum number of connections ldapclientd can establish to
# the directory server (or multiple servers when in a multi-domain
# environment).
#
max_conn=100
#
# Time between an inactive connection to the directory server is
# brought down and cleaned up.
#
connection_ttl=300
#
# 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 between how often ldapclientd identifies and cleans 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
#
# A state, a virtual connection between the client and LDAP server,
# is created for the setXXent() request, and stays for the subsequent
# getXXent() requests. If no getXXent() requests are received in the
# specified time interval (seconds), the state will be removed.
state_dump_time=300
#
# Maximum number of states ldapclientd allows. "States" are the number
# of enumerations ldapclientd will handle simultaneously. This number
# must be less than max_conn and it is configured as % of max_conn.
#
max_enumeration_states=80%
#
# How often ldapclientd should re-build the compat information to
# reflect changes of "+/-" entries in /etc/passwd and /etc/group, as
# well as changes of netgroup configuration.
# The default value is 86400 seconds (1 day), the allowed range is
# from 600 seconds (10 minutes) to 2592000 seconds (30 days).
#
flush_compat_info_time=86400
#
[passwd]
enable=yes
[group]
enable=yes
[netgroup]
enable=yes
[uiddn]
enable=yes
[domain_pwd]
enable=yes
418 Samples of LDAP-UX configuration files created or modified by autosetup