From c2534a5ced4fe1f168f8463e24abadf7fc8582f2 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 1 Aug 2005 15:21:55 +0000 Subject: [PATCH] Add SLAPI_X_MANAGEDIT, SLAPI_X_OPERATION_NO_SCHEMA_CHECK --- include/slapi-plugin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/slapi-plugin.h b/include/slapi-plugin.h index b10a6e3797..3a22ea7888 100644 --- a/include/slapi-plugin.h +++ b/include/slapi-plugin.h @@ -79,6 +79,7 @@ char *slapi_dn_normalize( char *dn ); char *slapi_dn_normalize_case( char *dn ); int slapi_dn_issuffix( char *dn, char *suffix ); char *slapi_dn_beparent( Slapi_PBlock *pb, const char *dn ); +int slapi_dn_isbesuffix( Slapi_PBlock *pb, char *dn ); char *slapi_dn_parent( const char *dn ); int slapi_dn_isparent( const char *parentdn, const char *childdn ); char *slapi_dn_ignore_case( char *dn ); @@ -457,6 +458,8 @@ int slapi_x_backend_get_flags( const Slapi_Backend *be, unsigned long *flags ); #define SLAPI_X_CONN_SSF 1303 #define SLAPI_X_CONN_SASL_CONTEXT 1304 #define SLAPI_X_OPERATION_DELETE_GLUE_PARENT 1305 +#define SLAPI_X_MANAGEDIT 1306 +#define SLAPI_X_OPERATION_NO_SCHEMA_CHECK 1307 /* Authentication types */ #define SLAPD_AUTH_NONE "none" -- 2.39.5