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
6a15a0a5
Commit
6a15a0a5
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Fix a few typos (including those from ITS#683)
parent
e8339f67
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/guide/admin/intro.sdf
+2
-2
2 additions, 2 deletions
doc/guide/admin/intro.sdf
doc/guide/admin/quickstart.sdf
+4
-4
4 additions, 4 deletions
doc/guide/admin/quickstart.sdf
with
6 additions
and
6 deletions
doc/guide/admin/intro.sdf
+
2
−
2
View file @
6a15a0a5
...
...
@@ -19,7 +19,7 @@ H2: What is a directory service?
A directory is specialized database optimized for reading, browsing and
searching. Directories tend to contain descriptive, attribute-based
information and support sophisticated filtering capabilities. Directories
are
generally do not support complicated transaction or roll-back schemes
generally do not support complicated transaction or roll-back schemes
found in database management systems designed for handling high-volume
complex updates. Directory updates are typically simple all-or-nothing
changes, if they are allowed at all. Directories are tuned to give
...
...
@@ -225,7 +225,7 @@ H2: What about X.500?
Technically, LDAP is a directory access protocol to an {{TERM:X.500}}
directory service, the {{TERM:OSI}} directory service. Initial
LDAP servers were gateway between LDAP and the X.500 {{TERM[expand]DAP}}
LDAP servers were gateway
s
between LDAP and the X.500 {{TERM[expand]DAP}}
({{TERM:DAP}}). DAP is a heavyweight protocol that operates over a full
OSI protocol stack and requires a significant amount of computing
resources. LDAP is designed to operate over {{TERM:TCP}}/{{TERM:IP}}
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/quickstart.sdf
+
4
−
4
View file @
6a15a0a5
...
...
@@ -43,7 +43,7 @@ following commands:
. then relocate yourself into the distribution directory:
..{{EX:cd openldap-VERSION
.tgz
}}
..{{EX:cd openldap-VERSION}}
. You'll have to replace {{F:VERSION}} with the version
name of the release.
...
...
@@ -130,12 +130,12 @@ whatever installation prefix was used by {{EX:configure}}.
+{{B:Edit the configuration file}}.
. Use your favorite editor to edit the provided {{slapd.conf}}(5)
example (usually installed as {{F:/usr/local/etc/slapd.conf}})
to
contain an LDBM database definition of the form:
example (usually installed as {{F:/usr/local/etc/
openldap/
slapd.conf}})
to
contain an LDBM database definition of the form:
..{{EX:database ldbm}}
..{{EX:suffix "dc=<MY-DOMAIN>, dc=<COM>"}}
..{{EX:rootdn "cn=Manager, dc=<MY-DOMAIN, dc=<COM>"}}
..{{EX:rootdn "cn=Manager, dc=<MY-DOMAIN
>
, dc=<COM>"}}
..{{EX:rootpw secret}}
..{{EX:directory /usr/local/var/openldap-ldbm}}
...
...
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