Parameters for the configuration function
The following table lists the parameters in the parameter block
that is passed to the database configuration function. If you are
writing a pre-operation, database, or post-operation configuration
function, you can get these values by calling the
slapi_pblock_get() function.
| Parameter ID | Data type | Description |
|---|---|---|
| SLAPI_CONFIG_FILENAME | char * | Name of the configuration file that is being
read. For example, slapd.conf. |
| SLAPI_CONFIG_LINENO | int | Line number of the current directive in the configuration file. |
| SLAPI_CONFIG_ARGC | int | Number of arguments in the current directive. |
| SLAPI_CONFIG_ARGV | char ** | Array of the arguments from the current directive. |