LDAP-UX Client Services B.05.00 Administrator's Guide

#
# 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
[domain_grp]
enable=yes
[automount]
enable=yes
[automountmap]
enable=yes
[dynamic_group]
# "dynamic_group" has its own default cache_size, poscache_ttl and negcache_ttl.
cache_size=10000000
enable=yes
poscache_ttl=43200
negcache_ttl=43200
[longterm_cache]
# Should long term cache enabled ?
# enable=no
# How long before data is considered stale and not usabled. 1,209600 = 2 weeks.
# longterm_expired_interval=1209600
# How frequently should save long term data to permanemt storage. 900 = 15 minutes.
# longterm_cache_backup_interval=900
# How much memory to allocate fpr the long term cache, which stores user and group
# information. This cache is only used by the working set of users and groups. The
# working set means any user or group being used or displayed on the system. If you
# have enumerous large groups with enumerous members, this value should be at least
# twice as large as the combined size of all those groups.
# longterm_cache_size=50000000
# Should long term caching support enumeration of users and groups. If getpwent()
# and getgrent() are not required, this can be disabled.
# longterm_enum_enable=no
# How frequently should the HP-UX client go to the directory server to refresh the
E.4 ldapclientd.conf file after autosetup configuration 365