Extended operation plug-ins

You can extend an LDAP operation with your own extended operation functions provided by a plug-in.

An extended operation function might have an interface such as:
int myExtendedOp(Slapi_PBlock *pb);
In this function, you can obtain the following two input parameters from the pblock passed in and communicate back to the server front end with the following two output parameters:
  • Input parameters
  • Output parameters