]> git.sur5r.net Git - openldap/commitdiff
TODO: rewrite/remap the newRDN and related stuff both in back-meta and in rwm overlay
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2004 15:06:58 +0000 (15:06 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Dec 2004 15:06:58 +0000 (15:06 +0000)
servers/slapd/back-meta/modrdn.c
servers/slapd/overlays/rwm.c

index 0cb0854cebf2d628201219fff8c2ddb6272a0977..f1907323996106cdfd3ac352639f9373102f9048 100644 (file)
 
 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;
index 53cef5e0530420a035ea05814074e24279203754..f6f5179eda6f071e2961f20f5503b0f5bfabc7ca 100644 (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;
 }