Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
ec563413
Commit
ec563413
authored
Jun 27, 2009
by
Quanah Gibson-Mount
Browse files
ITS#5829
parent
a92d4313
Changes
4
Show whitespace changes
Inline
Side-by-side
CHANGES
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)
...
...
build/man.mk
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)
;
\
...
...
doc/man/man5/slapd-config.5
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
...
...
doc/man/man5/slapd.conf.5
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>\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment