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
orbea -
OpenLDAP
Commits
eb2d7ceb
Commit
eb2d7ceb
authored
Jun 23, 2009
by
Howard Chu
Browse files
ITS#5829 document the default modulepath
parent
d3aae2dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
build/man.mk
View file @
eb2d7ceb
...
...
@@ -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 @
eb2d7ceb
...
...
@@ -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 @
eb2d7ceb
...
...
@@ -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
Markdown
is supported
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