| United States-English |
|
|
|
![]() |
Installing and Administering LDAP-UX Client Services with Microsoft Windows 2000 Active Directory > Chapter 4 Administering
LDAP-UX Client ServicesUsing The LDAP-UX Client Daemon |
|
This section describes the following:
The LDAP-UX client daemon is used to improve the performance and extend the capabilities of LDAP-UX clients by caching entries, supporting multiple domains in the Active Directory Server (ADS), automatically downloading the Configuration profiles and reusing connections to the LDAP Directory Server. The daemon enables LDAP-UX to use multiple domains for directory servers like Active Directory Server (ADS). The daemon also allows PAM Kerberos to authenticate posix users stored in multiple domains. Automatic Profile Downloading updates the LDAP client configuration profile by downloading a newer copy from the directory server as the profileTTL (Time To Live) expires. By default, ldapclientd starts at system boot time. The ldapclientd command can also be used to launch the daemon manually, or control it when the daemon is already running. Please refer to the following section and the ldapclientd man page(s) for information about the ldapclientd command and its parameters. Use the following syntax to start the client. Note the use of upper and lower-case characters: /opt/ldapux/bin/ldapclientd [-d <level>] [-o<stdout|syslog|file[=size]>] [-z] Use the following syntax to control the client: /opt/ldapux/bin/ldapclientd [-d <level>] [-o<stdout|syslog|file[=size]>] > /opt/ldapux/bin/ldapclientd [-D <cache>]|-E <cache>|-S [cache]> /opt/ldapux/bin/ldapclientd <-f| -k| -L| -h| -r> Performance (client response time) is improved by the use of two techniques:
By default, errors are logged into syslog if the system log is enabled in the LDAP-UX client startup configuration file /etc/opt/ldapux/ldapux_client.conf. Errors occurring before ldapclientd forks into a daemon process leaves an error message directly on the screen. The following diagnostic messages may be issued: Message: Already running. Meaning: An attempt was made to start an LDAP client daemon when one was already running. Message: Cache daemon is not running (or running but not ready). Meaning: This message can mean several things:
Message: Problem reading configuration file. Meaning: The /etc/opt/ldapux/ldapclientd.conf file is missing or has a syntax error. If the problem is with its syntax, the error message will be accompanied by a line showing exactly where it could not recognize the syntax, or where it found a setting which is out of range. Whenever the system is rebooted, ldapclientd launches if [StartOnBoot] has the parameter enabled=yes in the file /etc/rc.config.d/ldapclientd.conf (the ldapclientd configuration file). Downloading profiles takes time, depending on the server's response time and the number of profiles listed in the LDAP-UX startup file /etc/opt/ldapux/ldapux_client.conf. The file ldapclientd.conf is the configuration file for /opt/ldapux/bin/ldapclientd, the LDAP client daemon. Refer to the previous section for more information about the daemon. ldapclientd uses the default values for any settings which may be missing from the configuration file. # comment Where:
Within a section, the following syntax applies:
The following is a sample ldapclientd.conf configuration file. #!/sbin/sh |
||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||