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
Tero Saarni
OpenLDAP
Commits
3fd49843
Commit
3fd49843
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5740
parent
6cf56480
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+2
-0
2 additions, 0 deletions
CHANGES
tests/progs/Makefile.in
+1
-1
1 addition, 1 deletion
tests/progs/Makefile.in
with
3 additions
and
1 deletion
CHANGES
+
2
−
0
View file @
3fd49843
...
...
@@ -5,6 +5,8 @@ OpenLDAP 2.4.15 Engineering
Fixed slapd corrupt contextCSN (ITS#5947)
Fixed slapd syncrepl order to match on add/delete (ITS#5954)
Fixed slapo-rwm objectClass preservation (ITS#5760)
Build Environment
Fixed tester library linking for windows (ITS#5740)
OpenLDAP 2.4.14 Release (2009/02/14)
Added libldap option to disable SASL host canonicalization (ITS#5812)
...
...
This diff is collapsed.
Click to expand it.
tests/progs/Makefile.in
+
1
−
1
View file @
3fd49843
...
...
@@ -23,7 +23,7 @@ SRCS = slapd-common.c \
LDAP_INCDIR
=
../../include
LDAP_LIBDIR
=
../../libraries
XLIBS
=
$(
LDAP_LIBLDAP_LA
)
$(
LDAP_LIBL
BER_L
A
)
$(
LDAP_LIBL
UTIL_
A
)
XLIBS
=
$(
LDAP_LIBLDAP_LA
)
$(
LDAP_LIBL
UTIL_
A
)
$(
LDAP_LIBL
BER_L
A
)
XXLIBS
=
$(
SECURITY_LIBS
)
$(
LUTIL_LIBS
)
OBJS
=
slapd-common.o
...
...
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