mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Sync with slapi/slapi_utils.c
This commit is contained in:
parent
ef81368404
commit
83cb00b034
1 changed files with 5 additions and 0 deletions
|
|
@ -347,6 +347,11 @@ int compute_rewrite_search_filter(Slapi_PBlock *pb);
|
||||||
int compute_evaluator(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn);
|
int compute_evaluator(computed_attr_context *c, char *type, Slapi_Entry *e, slapi_compute_output_t outputfn);
|
||||||
int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb);
|
int slapi_x_compute_get_pblock(computed_attr_context *c, Slapi_PBlock **pb);
|
||||||
|
|
||||||
|
/* backend routines */
|
||||||
|
void slapi_be_set_readonly(Slapi_Backend *be, int readonly);
|
||||||
|
int slapi_be_get_readonly(Slapi_Backend *be);
|
||||||
|
const char *slapi_x_be_get_updatedn(Slapi_Backend *be);
|
||||||
|
|
||||||
/* ACL plugins; only SLAPI_PLUGIN_ACL_ALLOW_ACCESS supported now */
|
/* ACL plugins; only SLAPI_PLUGIN_ACL_ALLOW_ACCESS supported now */
|
||||||
typedef int (*slapi_acl_callback_t)(Slapi_PBlock *pb,
|
typedef int (*slapi_acl_callback_t)(Slapi_PBlock *pb,
|
||||||
Slapi_Entry *e,
|
Slapi_Entry *e,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue