]> git.sur5r.net Git - openldap/blobdiff - include/slapi-plugin.h
cleanup
[openldap] / include / slapi-plugin.h
index cad59a67a69f0756d631c20ddbf592201b8e0654..a59e7a9d3f4515716ce2122b8ad9ddb2565f98da 100644 (file)
@@ -531,6 +531,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags );
 #define SLAPI_X_MANAGEDIT                      1306
 #define SLAPI_X_OPERATION_NO_SCHEMA_CHECK      1307
 #define SLAPI_X_ADD_STRUCTURAL_CLASS           1308
+#define SLAPI_X_OPERATION_NO_SUBORDINATE_GLUE  1309
 
 /*  Authentication types */
 #define SLAPD_AUTH_NONE   "none"
@@ -648,6 +649,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags );
 #define SLAPI_PLUGIN_BE_POST_DELETE_FN         553
 
 #define SLAPI_OPERATION_TYPE                   590
+#define SLAPI_OPERATION_MSGID                  591
 
 #define SLAPI_PLUGIN_MR_FILTER_CREATE_FN       600
 #define SLAPI_PLUGIN_MR_INDEXER_CREATE_FN      601
@@ -703,6 +705,7 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags );
 #define SLAPI_OPERATION_ID                      742
 #define SLAPI_CONN_CERT                         743
 #define SLAPI_CONN_AUTHMETHOD                   746
+#define SLAPI_IS_INTERNAL_OPERATION            748
 
 #define SLAPI_RESULT_CODE                       881
 #define SLAPI_RESULT_TEXT                       882
@@ -724,6 +727,20 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags );
 #define SLAPI_X_GROUP_OPERATION_DN             1252 /* asserted value */
 #define SLAPI_X_GROUP_TARGET_ENTRY             1253 /* target entry */
 
+/* internal preoperation extensions */
+#define SLAPI_PLUGIN_INTERNAL_PRE_BIND_FN      1260
+#define SLAPI_PLUGIN_INTERNAL_PRE_UNBIND_FN    1261
+#define SLAPI_PLUGIN_INTERNAL_PRE_SEARCH_FN    1262
+#define SLAPI_PLUGIN_INTERNAL_PRE_COMPARE_FN   1263
+#define SLAPI_PLUGIN_INTERNAL_PRE_ABANDON_FN   1264
+
+/* internal postoperation extensions */
+#define SLAPI_PLUGIN_INTERNAL_POST_BIND_FN     1270
+#define SLAPI_PLUGIN_INTERNAL_POST_UNBIND_FN   1271
+#define SLAPI_PLUGIN_INTERNAL_POST_SEARCH_FN   1272
+#define SLAPI_PLUGIN_INTERNAL_POST_COMPARE_FN  1273
+#define SLAPI_PLUGIN_INTERNAL_POST_ABANDON_FN  1274
+
 /* config stuff */
 #define SLAPI_CONFIG_FILENAME                  40
 #define SLAPI_CONFIG_LINENO                    41