ldap-server-config
This stanza entry specifies the location of the ldap.conf configuration file.
ldap-server-config = fully_qualified_pathLocation of the ldap.conf configuration file. When the ldap-server-config entry is specified in the configuration file, the values for enabled, host, port, max-search-size, and replica are obtained from the ldap.conf file. If any of these entries exist in the configuration file, their values are overridden by the values from the ldap.conf file.
Options
- fully_qualified_path
- Represents an alphanumeric string. String values are expected to be characters that are part of the local code set. The set of valid characters in a file name can be determined by the file system and by the local code set. For Windows operating systems, file names cannot have a backward slash (\), a colon (:), a question mark (?), or double quotation marks ("). Windows operating systems path names, however, can have a backward slash (\) or a colon (:).
For AIX, Linux, and Solaris operating systems, path names and file names are case-sensitive.
Usage
Required for ivmgrd.conf.
Default value
The following table shows the default value by platform.
Platform File name Linux or UNIX /opt/PolicyDirector/etc/ldap.conf Windows c:\Program Files\tivoli\Policy Director\etc\ldap.conf Example
The following example set the location of the LDAP server for a AIX, Linux, or Solaris operating system:ldap-server-config = /opt/PolicyDirector/etc/ldap.conf