HP-UX Reference (11i v3 07/02) - 4 File Formats (vol 8)
l
ldapclientd.conf(4) ldapclientd.conf(4)
NAME
ldapclientd.conf - configuration file for the LDAP client daemon process
SYNOPSIS
/etc/opt/ldapux/ldapclientd.conf
DESCRIPTION
ldapclientd.conf
is the configuration file for /opt/ldapux/bin/ldapclientd
, an LDAP
client daemon process that enables LDAP-UX clients to work with Directory Servers.
ldapclientd
caches entries, supports multiple domains in the Windows 2000/2003 Active Directory Server (ADS),
automatically downloads the configuration profiles, supports X.500 group membership, maintains and
reuses connections to the LDAP Directory Server, and manages remote LP printers.
ldapclientd uses default values for any settings absent from the configuration file.
If an older version of ldapclientd.conf
exists during installation of LDAP-UX, LDAP-UX stores the
new configuration file in
/opt/ldapux/newconfig/etc/opt/ldapux/ldapclientd.conf
and continues to use the old /etc/opt/ldapux/ldapclientd.conf
configuration file.
Configuration File Syntax
The
ldapclientd.conf
configuration file uses the following syntax:
# comment
[section]
setting=value
setting=value
...
[section]
setting=value
...
The areas in the configuration files are:
# comment ldapclientd ignores any line beginning with a # delimiter.
section The configuration file is segregated into sections where each section begins with the sec-
tion name enclosed by []. Valid section names are:
[StartOnBoot] [general] [passwd]
[group] [netgroup] [uiddn]
[domain_pwd] [domain_grp] [automount]
[automountmap] [printers]
setting Specify the setting to configure. The allowed parameter keywords are different for each
section. See Configuration Sections below for details.
value The valid values of each setting will depend on which parameter is specified. The valid
value can be
yes | no | number
Configuration Sections
The valid sections for the ldapclientd.conf configuration files are described here:
[StartOnBoot] Determines if ldapclientd starts automatically when the system boots. The valid
setting are:
enable=yes |no By default, this is enabled after LDAP-UX has been configured
by /opt/ldapux/config/setup, the LDAP-UX setup pro-
gram
[general] Any cache setting defined here will be used as default settings for all caches (passwd,
group, netgroup, uiddn, domain_pwd , domain_grp , automount, and
automountmap ).
The following setting can be defined in this section:
max_conn=2-500 Maximum number of connections ldapclientd can establish
to the directory server (or multiple servers when in a multi-
domain environment.
HP-UX 11i Version 3: February 2007 − 1 − Hewlett-Packard Company 207