Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
7b6d707d
Commit
7b6d707d
authored
Dec 30, 2004
by
Pierangelo Masarati
Browse files
TODO: rewrite/remap the newRDN and related stuff both in back-meta and in rwm overlay
parent
bf2653ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/modrdn.c
View file @
7b6d707d
...
...
@@ -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
;
...
...
servers/slapd/overlays/rwm.c
View file @
7b6d707d
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment