Slapi_PluginDesc is defined as follows:
typedef struct slapi_plugindesc { char *spd_id; char *spd_vendor; char *spd_version; char *spd_description; } Slapi_PluginDesc; The fields in this structure are described below:
typedef struct slapi_plugindesc {
char *spd_id;
char *spd_vendor;
char *spd_version;
char *spd_description;
} Slapi_PluginDesc;
spd_id
spd_vendor
spd_version
spd_description
For more information on using Slapi_PluginDesc to specify plug-in information, see "Specifying Information about the Plug-In" on page 42.