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
ec563413
Commit
ec563413
authored
15 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5829
parent
a92d4313
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES
+2
-0
2 additions, 0 deletions
CHANGES
build/man.mk
+1
-0
1 addition, 0 deletions
build/man.mk
doc/man/man5/slapd-config.5
+2
-0
2 additions, 0 deletions
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5
+2
-0
2 additions, 0 deletions
doc/man/man5/slapd.conf.5
with
7 additions
and
0 deletions
CHANGES
+
2
−
0
View file @
ec563413
...
...
@@ -67,7 +67,9 @@ OpenLDAP 2.4.17 Engineering
ldap_result(3) Add RETURN VALUE heading (ITS#6180)
ldap.conf(5) improve sizelimit/timelimit limits (ITS#6127)
slapd.access(5) Fix <setstyle> to use expand (ITS#6179)
slapd.conf(5) document default modulepath (ITS#5829)
slapd.conf(5) pidfile/argsfile description fix (ITS#5975)
slapd-config(5) document default modulepath (ITS#5829)
slapd-config(5) pidfile/argsfile description fix (ITS#5975)
slapo-constraint(5) clarify URI example (ITS#6118)
slapo-unique(5) explicitly note rootdn requirement (ITS#6108)
...
...
This diff is collapsed.
Click to expand it.
build/man.mk
+
1
−
0
View file @
ec563413
...
...
@@ -31,6 +31,7 @@ all-common:
-e
's%BINDIR%
$(
bindir
)
%'
\
-e
's%LIBDIR%
$(
libdir
)
%'
\
-e
's%LIBEXECDIR%
$(
libexecdir
)
%'
\
-e
's%MODULEDIR%
$(
moduledir
)
%'
\
-e
's%RELEASEDATE%
$(
RELEASEDATE
)
%'
\
$(
srcdir
)
/
$$
page
\
|
(
cd
$(
srcdir
);
$(
SOELIM
)
-
)
>
$$
page.
$(
TMP_SUFFIX
);
\
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd-config.5
+
2
−
0
View file @
ec563413
...
...
@@ -913,6 +913,8 @@ option.
.B olcModulePath: <pathspec>
Specify a list of directories to search for loadable modules. Typically
the path is colon-separated but this depends on the operating system.
The default is MODULEDIR, which is where the standard OpenLDAP install
will place its modules.
.SH SCHEMA OPTIONS
Schema definitions are created as entries in the
.B cn=schema,cn=config
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd.conf.5
+
2
−
0
View file @
ec563413
...
...
@@ -685,6 +685,8 @@ option are only usable if slapd was compiled with \-\-enable\-modules.
.B modulepath <pathspec>
Specify a list of directories to search for loadable modules. Typically
the path is colon-separated but this depends on the operating system.
The default is MODULEDIR, which is where the standard OpenLDAP install
will place its modules.
.HP
.hy 0
.B objectclass "(\ <oid>\
...
...
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