Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
2da1a53e
Commit
2da1a53e
authored
Apr 18, 2003
by
Howard Chu
Browse files
ITS#2447, empty uniqueMember
parent
b8a22d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
2da1a53e
...
...
@@ -364,7 +364,9 @@ nameUIDNormalize(
int
rc
;
ber_dupbv
(
&
out
,
val
);
if
(
out
.
bv_len
!=
0
)
{
if
(
out
.
bv_len
==
0
)
{
*
normalized
=
out
;
}
else
{
struct
berval
uid
=
{
0
,
NULL
};
if
(
out
.
bv_val
[
out
.
bv_len
-
1
]
==
'B'
...
...
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