The information on each daemon is on one line in the structure described in the following table:
daemon identifier | string | unique identifier for a particular daemon configuration. Note that there should be no whitespace in this field. |
port number | number | port number to which the daemon listens to requests; if this field is empty, the default port number, 389, is used |
master configuration file | filename | the slapd.conf(4ldap) file |
system log level | number | the level at which messages and errors are sent to the system log (see ``Error levels'') |
start at boot | yes | no | indicates whether the daemon should start at init state 2 |
---------------------------------------------------------------- | daemon identifier | string | unique identifier for a | | | | particular daemon | | | | configuration. Note that | | | | there should be no whitespace | | | | in this field. | |-------------------|----------|--------------------------------| | port number | number | port number to which the | | | | daemon listens to requests; if| | | | this field is empty, the | | | | default port number, 389, is | | | | used | |-------------------|----------|--------------------------------| | master | filename| the slapd.conf(4ldap) file | | configuration file| | | |-------------------|----------|--------------------------------| | system log level | number | the level at which messages | | | | and errors are sent to the | | | | system log (see ``Error | | | | levels'' | |-------------------|----------|--------------------------------| | start at boot | yes | no| indicates whether the daemon | | | | should start at init state 2 | |-------------------|----------|--------------------------------|The fields in the table are colon-separated. Lines beginning with the number symbol (#) are treated as comments.
#Main daemon daemon1:389:/etc/ldap/adm/daemon1/slapd.conf:0:yes #test configuration test1:400:/etc/ldap/adm/test1/slapd.conf:65535:no