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
Jaak Ristioja
OpenLDAP
Commits
de05fdc5
Commit
de05fdc5
authored
21 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
mark --enable-slapi as experimental
parent
732f5501
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+2
-2
2 additions, 2 deletions
configure
configure.in
+1
-1
1 addition, 1 deletion
configure.in
with
3 additions
and
3 deletions
configure
+
2
−
2
View file @
de05fdc5
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.47
7
2003/05/23 0
3
:27:3
4
kurt Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.47
8
2003/05/23 0
4
:27:3
9
kurt Exp
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
#
...
...
@@ -77,7 +77,7 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-rlookups enable reverse lookups of client hostnames [no]"
ac_help="$ac_help
--enable-slapi enable
installation of slapi library
[no]"
--enable-slapi enable
SLAPI support (experimental)
[no]"
ac_help="$ac_help
--enable-slp enable SLPv2 support [no]"
ac_help="$ac_help
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
1
−
1
View file @
de05fdc5
...
...
@@ -180,7 +180,7 @@ dnl OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster repl
ol_enable_multimaster=${ol_enable_multimaster-no}
OL_ARG_ENABLE(rewrite,[ --enable-rewrite enable DN rewriting in back-ldap and back-meta], no)dnl
OL_ARG_ENABLE(rlookups,[ --enable-rlookups enable reverse lookups of client hostnames], no)dnl
OL_ARG_ENABLE(slapi,[ --enable-slapi enable
installation of slapi library
], no)dnl
OL_ARG_ENABLE(slapi,[ --enable-slapi enable
SLAPI support (experimental)
], no)dnl
OL_ARG_ENABLE(slp,[ --enable-slp enable SLPv2 support], no)dnl
OL_ARG_ENABLE(wrappers,[ --enable-wrappers enable tcp wrapper support], no)dnl
...
...
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