openldap/servers/slapd/slapi
Luke Howard d174f6720a Add read-only SLAPI_X_ADD_STRUCTURAL_CLASS pblock extension.
This is necessary to compensate for a regression in the SLAPI
implementation since it moved to an overlay: global add preop
plugins no longer have access to operational attributes,
because slap_mods_opattrs() is called by fe_op_add(), invoked
after the global SLAPI overlay.

(Some of our plugins need to the structural object class of the
to-be-added entry.)

I suppose an option would be to have the SLAPI overlay
optimistically call slap_mods_opattrs() (as long as this can be
called idempotently). If there are any other ideas let me know.
2005-08-17 07:25:27 +00:00
..
Makefile.in Fix typo in previous commit (slapi_dn.c -> slapi_dn.lo) 2005-08-08 14:30:34 +00:00
plugin.c Centralize SLAPI initialization into slapi_over_config() 2005-08-01 15:22:56 +00:00
printmsg.c
proto-slapi.h ITS#3924 2005-08-09 05:28:58 +00:00
slapi_dn.c New file - slapi_dn.c 2005-08-08 13:25:24 +00:00
slapi_ext.c
slapi_ops.c Plug leaks 2005-08-01 15:23:12 +00:00
slapi_overlay.c Always restore op->o_callback in SLAPI overlay - was spinning indefinitely 2005-08-07 03:13:57 +00:00
slapi_pblock.c Add read-only SLAPI_X_ADD_STRUCTURAL_CLASS pblock extension. 2005-08-17 07:25:27 +00:00
slapi_utils.c ITS#3924 2005-08-09 05:28:58 +00:00
slapi.h Add Slapi_DN API 2005-08-08 13:24:18 +00:00
TODO