Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jaak Ristioja
OpenLDAP
Commits
7b6d707d
Commit
7b6d707d
authored
20 years ago
by
Pierangelo Masarati
Browse files
Options
Downloads
Patches
Plain Diff
TODO: rewrite/remap the newRDN and related stuff both in back-meta and in rwm overlay
parent
bf2653ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/back-meta/modrdn.c
+0
-12
0 additions, 12 deletions
servers/slapd/back-meta/modrdn.c
servers/slapd/overlays/rwm.c
+2
-1
2 additions, 1 deletion
servers/slapd/overlays/rwm.c
with
2 additions
and
13 deletions
servers/slapd/back-meta/modrdn.c
+
0
−
12
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
;
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/overlays/rwm.c
+
2
−
1
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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment