Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
5592542f
Commit
5592542f
authored
May 08, 2009
by
Quanah Gibson-Mount
Browse files
ITS
#6098
parent
32768b43
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5592542f
...
...
@@ -6,6 +6,7 @@ OpenLDAP 2.4.17 Engineering
Fixed libldap tls NULL error messages (ITS#6079)
Fixed liblutil opendir/closedir on windows (ITS#6041)
Fixed liblutil for _GNU_SOURCE (ITS#5464,ITS#5666)
Fixed slapd cert validation (ITS#6098)
Fixed slapd errno handling (ITS#6037)
Fixed slapd global alloc handling (ITS#6054)
Fixed slapd moduleload with static backends and modules (ITS#6016)
...
...
servers/slapd/schema_init.c
View file @
5592542f
...
...
@@ -156,8 +156,8 @@ enum {
enum
{
SLAP_X509_OPT_C_VERSION
=
SLAP_X509_OPTION
+
0
,
SLAP_X509_OPT_C_ISSUERUNIQUEID
=
SLAP_X509_OPTION
+
1
,
SLAP_X509_OPT_C_SUBJECTUNIQUEID
=
SLAP_X509_OPTION
+
2
,
SLAP_X509_OPT_C_ISSUERUNIQUEID
=
LBER_CLASS_CONTEXT
+
1
,
SLAP_X509_OPT_C_SUBJECTUNIQUEID
=
LBER_CLASS_CONTEXT
+
2
,
SLAP_X509_OPT_C_EXTENSIONS
=
SLAP_X509_OPTION
+
3
};
...
...
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