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
Oren Tirosh
OpenLDAP
Commits
118ca0dd
Commit
118ca0dd
authored
23 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Fix db1 error and add kerberos comment
parent
b6fc1d3d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
acinclude.m4
+0
-1
0 additions, 1 deletion
acinclude.m4
aclocal.m4
+0
-1
0 additions, 1 deletion
aclocal.m4
build/openldap.m4
+1
-1
1 addition, 1 deletion
build/openldap.m4
configure
+1271
-1120
1271 additions, 1120 deletions
configure
configure.in
+3
-3
3 additions, 3 deletions
configure.in
with
1275 additions
and
1126 deletions
acinclude.m4
+
0
−
1
View file @
118ca0dd
dnl $OpenLDAP$
dnl
dnl Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
...
...
This diff is collapsed.
Click to expand it.
aclocal.m4
+
0
−
1
View file @
118ca0dd
...
...
@@ -10,7 +10,6 @@ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
dnl PARTICULAR PURPOSE.
dnl $OpenLDAP$
dnl
dnl Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved.
dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
...
...
This diff is collapsed.
Click to expand it.
build/openldap.m4
+
1
−
1
View file @
118ca0dd
...
...
@@ -442,7 +442,7 @@ if test $ac_cv_header_db_185_h = yes -o $ac_cv_header_db_h = yes; then
#endif
], [ol_cv_header_db1=yes], [ol_cv_header_db1=no])])
if test ol_cv_header_db1
=
yes ; then
if test
$
ol_cv_header_db1
=
yes ; then
OL_BERKELEY_DB_LINK
if test "$ol_cv_lib_db" != no ; then
ol_cv_berkeley_db=yes
...
...
This diff is collapsed.
Click to expand it.
configure
+
1271
−
1120
View file @
118ca0dd
This diff is collapsed.
Click to expand it.
configure.in
+
3
−
3
View file @
118ca0dd
...
...
@@ -114,8 +114,8 @@ OL_ARG_ENABLE(debug,[ --enable-debug enable debugging], yes)dnl
OL_ARG_ENABLE(syslog,[ --enable-syslog enable syslog support], auto)dnl
OL_ARG_ENABLE(proctitle,[ --enable-proctitle enable proctitle support], yes)dnl
OL_ARG_ENABLE(cache,[ --enable-cache enable caching (experimental)], no)dnl
OL_ARG_ENABLE(referrals,[ --enable-referrals enable
V2
Referrals (experimental)], no)dnl
OL_ARG_ENABLE(kbind,[ --enable-kbind enable
V2
Kerberos IV bind (deprecated)], no)dnl
OL_ARG_ENABLE(referrals,[ --enable-referrals enable
LDAPv2+
Referrals (experimental)], no)dnl
OL_ARG_ENABLE(kbind,[ --enable-kbind enable
LDAPv2+
Kerberos IV bind (deprecated)], no)dnl
OL_ARG_ENABLE(ipv6,[ --enable-ipv6 enable IPv6 support], auto)dnl
OL_ARG_ENABLE(local,[ --enable-local enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
OL_ARG_ENABLE(rewrite,[ --enable-rewrite enable rewrite], no)dnl
...
...
@@ -130,7 +130,7 @@ OL_ARG_WITH(cyrus_sasl,[ --with-cyrus-sasl with Cyrus SASL support],
auto, [auto yes no] )
OL_ARG_WITH(fetch,[ --with-fetch with fetch URL support],
auto, [auto yes no] )
OL_ARG_WITH(kerberos,[ --with-kerberos with support],
OL_ARG_WITH(kerberos,[ --with-kerberos with
Kerberos
support],
auto, [auto k5 k5only k425 kth k4 afs yes no])
OL_ARG_WITH(readline,[ --with-readline with readline support],
auto, [auto yes no] )
...
...
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