]> git.sur5r.net Git - openldap/commitdiff
Add SLAPI_X_MANAGEDIT, SLAPI_X_OPERATION_NO_SCHEMA_CHECK
authorLuke Howard <lukeh@openldap.org>
Mon, 1 Aug 2005 15:21:55 +0000 (15:21 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 1 Aug 2005 15:21:55 +0000 (15:21 +0000)
include/slapi-plugin.h

index b10a6e3797defdfcd52a9d94aff62c24c6364009..3a22ea78887f4ad788d38c55462e230e38e762ad 100644 (file)
@@ -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"