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
Joe Martin
OpenLDAP
Commits
65480305
Commit
65480305
authored
22 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add back-shell warning. Ready for release.
parent
6d472e38
No related branches found
Branches containing commit
Tags
OPENLDAP_REL_ENG_1_1_0
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+1
-1
1 addition, 1 deletion
CHANGES
build/version.sh
+3
-3
3 additions, 3 deletions
build/version.sh
configure
+4
-1
4 additions, 1 deletion
configure
configure.in
+3
-0
3 additions, 0 deletions
configure.in
with
11 additions
and
5 deletions
CHANGES
+
1
−
1
View file @
65480305
OpenLDAP 2.1 Change Log
OpenLDAP 2.1.7
Engineering
OpenLDAP 2.1.7
Release
Fixed liblber bvarray_add bug (ITS#2142)
Added libldap additional schema routines
Updated ldapmodify -c error handling (ITS#2133)
...
...
This diff is collapsed.
Click to expand it.
build/version.sh
+
3
−
3
View file @
65480305
...
...
@@ -7,9 +7,9 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
1
ol_patch
=
X
ol_api_inc
=
2010
6
ol_api_lib
=
2:10
6
:0
ol_patch
=
7
ol_api_inc
=
2010
7
ol_api_lib
=
2:10
7
:0
if
test
$ol_patch
!=
X
;
then
ol_version
=
${
ol_major
}
.
${
ol_minor
}
.
${
ol_patch
}
...
...
This diff is collapsed.
Click to expand it.
configure
+
4
−
1
View file @
65480305
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.1
7
2002/10/1
0 23:44
:4
1
kurt Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.408.2.1
8
2002/10/1
7 15:09
:4
7
kurt Exp
# Copyright 1998-2002 The OpenLDAP Foundation. All Rights Reserved.
#
...
...
@@ -22429,6 +22429,9 @@ EOF
fi
if test "$ol_enable_shell" != no ; then
if( "$ol_link_thread" != no ; then
echo "configure: warning: Use of --without-threads is recommended with back-shell" 1>&2
fi
cat >> confdefs.h <<\EOF
#define SLAPD_SHELL 1
EOF
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
3
−
0
View file @
65480305
...
...
@@ -2661,6 +2661,9 @@ if test "$ol_link_perl" != no ; then
fi
if test "$ol_enable_shell" != no ; then
if( "$ol_link_thread" != no ; then
AC_MSG_WARN([Use of --without-threads is recommended with back-shell])
fi
AC_DEFINE(SLAPD_SHELL,1,[define to support SHELL backend])
BUILD_SLAPD=yes
BUILD_SHELL=yes
...
...
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