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

This commit is contained in:
Pierangelo Masarati 2004-12-30 15:06:58 +00:00
parent bf2653ef8b
commit 7b6d707d92
2 changed files with 2 additions and 13 deletions

View File

@ -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;

View File

@ -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;
}