Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
89ac237d
Commit
89ac237d
authored
Nov 20, 2003
by
Jong Hyuk Choi
Browse files
slaptools : normalize entryUUID
parent
b179e05e
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/tools/slapadd.c
View file @
89ac237d
...
...
@@ -226,7 +226,8 @@ main( int argc, char **argv )
{
vals
[
0
].
bv_len
=
lutil_uuidstr
(
uuidbuf
,
sizeof
(
uuidbuf
)
);
vals
[
0
].
bv_val
=
uuidbuf
;
attr_merge
(
e
,
slap_schema
.
si_ad_entryUUID
,
vals
,
NULL
);
attr_merge_normalize_one
(
e
,
slap_schema
.
si_ad_entryUUID
,
vals
,
NULL
);
}
if
(
attr_find
(
e
->
e_attrs
,
slap_schema
.
si_ad_creatorsName
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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