Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
Christopher Ng
OpenLDAP
Commits
48aab762
"README" did not exist on "076b2b36a97b0d4cf206e517ef63965976ad5f75"
Commit
48aab762
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Added REQUIRED SOFTWARE section. Added additional comments.
parent
312fe110
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+24
-3
24 additions, 3 deletions
README
with
24 additions
and
3 deletions
README
+
24
−
3
View file @
48aab762
...
...
@@ -11,10 +11,31 @@ OpenLDAP 1.0 README
For more information:
http://www.OpenLDAP.org/
REQUIRED SOFTWARE
Build OpenLDAP requires the following software components:
Base system (libraries and tools):
Standard C compiler, headers, and libraries
POSIX REGEX headers and libraries
SLAPD:
LDBM compatible datastore
(Berkeley DB, Sleepycat DB2, or GDBM)
SLURPD:
LTHREAD compatible thread package
(POSIX pthreads, MIT pthreads, Mach Cthreads or Sun LWP)
LDAPD:
ISODE compatible ldap distribution
CLIENTS/CONTRIBware:
Depends on package. See per package READMEs.
MAKING AND INSTALLING THE DISTRIBUTION
You should be able to make and install the distribution with a
pretty
standard
default configuration by typing the following commands
You should be able to make and install the distribution with a
default configuration by typing the following commands
:
% ./configure --help
This will list the available options.
...
...
@@ -39,7 +60,7 @@ MAKING AND INSTALLING THE DISTRIBUTION
# make install
in this directory. This should produce something that basically
works.
works.
You can "cd tests; make" to verify the build.
You will probably want to do a little configuration to suit your
site, though. There are one file you might want to edit:
...
...
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