Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
a3c49b87
Commit
a3c49b87
authored
Feb 23, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Feb 24, 2021
Browse files
ITS#9293 Store microseconds in pwdGraceUseTime
parent
d1799a50
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
a3c49b87
...
...
@@ -1678,8 +1678,8 @@ grace:
m
->
sml_numvals
=
1
;
m
->
sml_values
=
ch_calloc
(
sizeof
(
struct
berval
),
2
);
m
->
sml_nvalues
=
ch_calloc
(
sizeof
(
struct
berval
),
2
);
ber_dupbv
(
&
m
->
sml_values
[
0
],
&
timestamp
);
ber_dupbv
(
&
m
->
sml_nvalues
[
0
],
&
timestamp
);
ber_dupbv
(
&
m
->
sml_values
[
0
],
&
timestamp
_usec
);
ber_dupbv
(
&
m
->
sml_nvalues
[
0
],
&
timestamp
_usec
);
m
->
sml_next
=
mod
;
mod
=
m
;
...
...
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