summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/slapi-private.h
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-08-27 21:47:00 +0000
committerRich Megginson <rmeggins@redhat.com>2008-08-27 21:47:00 +0000
commit446134bf3bd4d85433738bb257dba18269c32980 (patch)
tree5f97325ab901d1c2af3e699b654e945597b326d3 /ldap/servers/slapd/slapi-private.h
parent27f282f02a60818e750902ecfd748ef3521f9539 (diff)
downloadds-446134bf3bd4d85433738bb257dba18269c32980.tar.gz
ds-446134bf3bd4d85433738bb257dba18269c32980.tar.xz
ds-446134bf3bd4d85433738bb257dba18269c32980.zip
Resolves: bug 457846
Bug Description: The Windows Sync API should have plug-in points Reviewed by: nkinder (Thanks!) Fix Description: Some additional changes to the api 1) added plugin points for begin update, end update, and agreement destruction 2) added debugging code to allow a regular DS to stand in for AD 3) fixed a couple of minor memory leaks 4) added the rest of the SLAPI DSE code to the public API to allow plugins to do dynamic configuration using the SLAPI public API Platforms tested: RHEL5 Flag Day: no Doc impact: yes - plugin guide
Diffstat (limited to 'ldap/servers/slapd/slapi-private.h')
-rw-r--r--ldap/servers/slapd/slapi-private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ldap/servers/slapd/slapi-private.h b/ldap/servers/slapd/slapi-private.h
index 49a8fbb9..3a06f4aa 100644
--- a/ldap/servers/slapd/slapi-private.h
+++ b/ldap/servers/slapd/slapi-private.h
@@ -1069,19 +1069,6 @@ int slapi_uniqueIDGenerateFromNameString(char **uId,
* JCMREPL - Added for the replication plugin.
*/
-/*
- * Flags for slapi_config_register_callback() and
- * slapi_config_remove_callback()
- */
-#define DSE_FLAG_PREOP 0x0001
-#define DSE_FLAG_POSTOP 0x0002
-
-/* This is the size of the returntext parameter passed to the config callback function,
- which is the "char *" argument to dseCallbackFn above */
-#define SLAPI_DSE_RETURNTEXT_SIZE 512 /* for use by callback functions */
-
-int slapi_config_register_callback(int operation, int flags, const char *base, int scope, const char *filter, dseCallbackFn fn, void *fn_arg);
-int slapi_config_remove_callback(int operation, int flags, const char *base, int scope, const char *filter, dseCallbackFn fn);
int config_is_slapd_lite( void );
void schema_expand_objectclasses_nolock( Slapi_Entry *e );