Skip to content
Snippets Groups Projects
Commit 7b6d707d authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

TODO: rewrite/remap the newRDN and related stuff both in back-meta and in rwm overlay

parent bf2653ef
No related branches found
No related tags found
No related merge requests found
......@@ -33,18 +33,6 @@
int
meta_back_modrdn( Operation *op, SlapReply *rs )
/*
Backend *be,
Connection *conn,
Operation *op,
struct berval *dn,
struct berval *ndn,
struct berval *newrdn,
struct berval *nnewrdn,
int deleteoldrdn,
struct berval *newSuperior,
struct berval *nnewSuperior
) */
{
struct metainfo *li = ( struct metainfo * )op->o_bd->be_private;
struct metaconn *lc;
......
......@@ -515,7 +515,8 @@ rwm_op_modrdn( Operation *op, SlapReply *rs )
return -1;
}
/* TODO: rewrite attribute types, values of DN-valued attributes ... */
/* TODO: rewrite newRDN, attribute types,
* values of DN-valued attributes ... */
return SLAP_CB_CONTINUE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment