]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/tools/mimic.c
Implement slapcat -s <dn>: Only dump a subtree of the database.
[openldap] / servers / slapd / tools / mimic.c
index e319fa3a12457a549ad34fc5fa2a799eb3787bc4..c9aec23833024100d61cd128dbf49d72de2d029e 100644 (file)
@@ -230,7 +230,7 @@ int slap_sasl_authorized( Connection *conn,
 }
 
 int slap_mods_check( Modifications *ml, int update, const char **text,
-       char *textbuf, size_t textlen )
+       char *textbuf, size_t textlen, void *ctx )
 {
        return -1;
 }
@@ -247,3 +247,14 @@ int root_dse_info( Connection *conn, Entry **entry, const char **text )
        return -1;
 }
 
+#ifdef LDAP_SYNCREPL
+void init_syncrepl( )
+{
+        return -1;
+}
+
+void* do_syncrepl( void *ctx, void *arg )
+{
+                return -1;
+}
+#endif