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
Dragoș Haiduc
OpenLDAP
Commits
dac6aa33
Commit
dac6aa33
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Trim options
parent
00166990
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+1
-1
1 addition, 1 deletion
CHANGES
configure
+679
-710
679 additions, 710 deletions
configure
configure.in
+9
-6
9 additions, 6 deletions
configure.in
include/portable.h.in
+0
-3
0 additions, 3 deletions
include/portable.h.in
with
689 additions
and
720 deletions
CHANGES
+
1
−
1
View file @
dac6aa33
...
...
@@ -12,11 +12,11 @@ OpenLDAP 2.0.8 Release Engineering
Build Environment
Updated top.mk
Added MacOS support
Trim experimental options
Documentation
Updated ldapdelete(1)
Updated ldapsearch(1)
OpenLDAP 2.0.7 Release
Fixed -lldap TLS data ready bug (ITS#821)
Fixed -lldap abandon unsent op bug (ITS#837)
...
...
This diff is collapsed.
Click to expand it.
configure
+
679
−
710
View file @
dac6aa33
This diff is collapsed.
Click to expand it.
configure.in
+
9
−
6
View file @
dac6aa33
...
...
@@ -143,9 +143,9 @@ OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], auto)dnl
OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable kerberos password verification], no)dnl
OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], no)dnl
OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
dnl
OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
OL_ARG_ENABLE(phonetic,[ --enable-phonetic enable phonetic/soundex], no)dnl
OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups],
aut
o)dnl
OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups],
n
o)dnl
OL_ARG_ENABLE(aci,[ --enable-aci enable per-object ACIs], no)dnl
OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
...
...
@@ -215,6 +215,9 @@ if test $ol_enable_slapd = no ; then
if test $ol_enable_multimaster = yes ; then
AC_MSG_WARN([slapd disabled, ignoring --enable-multimaster argument])
fi
dnl if test $ol_enable_multimaster = yes ; then
dnl AC_MSG_WARN([slapd disabled, ignoring --enable-multimaster argument])
dnl fi
if test $ol_enable_wrappers = yes ; then
AC_MSG_WARN([slapd disabled, ignoring --enable-wrappers argument])
fi
...
...
@@ -264,7 +267,7 @@ if test $ol_enable_slapd = no ; then
ol_enable_sql=no
ol_enable_modules=no
ol_enable_multimaster=no
dnl
ol_enable_multimaster=no
ol_enable_phonetic=no
ol_enable_rlookups=no
ol_enable_aci=no
...
...
@@ -2118,9 +2121,9 @@ fi
if test "$ol_link_spasswd" != no ; then
AC_DEFINE(SLAPD_SPASSWD,1,[define to support SASL passwords])
fi
if test "$ol_enable_multimaster" != no ; then
AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
fi
dnl
if test "$ol_enable_multimaster" != no ; then
dnl
AC_DEFINE(SLAPD_MULTIMASTER,1,[define to support multimaster replication])
dnl
fi
if test "$ol_enable_phonetic" != no ; then
AC_DEFINE(SLAPD_PHONETIC,1,[define to support phonetic])
fi
...
...
This diff is collapsed.
Click to expand it.
include/portable.h.in
+
0
−
3
View file @
dac6aa33
...
...
@@ -864,9 +864,6 @@
/* define to support SASL passwords */
#undef SLAPD_SPASSWD
/* define to support multimaster replication */
#undef SLAPD_MULTIMASTER
/* define to support phonetic */
#undef SLAPD_PHONETIC
...
...
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