version 1.47, 2005/08/01 13:21:55
|
version 1.48, 2005/08/08 07:33:12
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/slapi-plugin.h,v 1.46 2005/07/31 03:41:03 lukeh Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/slapi-plugin.h,v 1.47 2005/08/01 13:21:55 lukeh Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2005 The OpenLDAP Foundation. |
* Copyright 1998-2005 The OpenLDAP Foundation. |
Line 347 int compute_rewrite_search_filter(Slapi_
|
Line 347 int compute_rewrite_search_filter(Slapi_
|
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, |