mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#5829 document the default modulepath
This commit is contained in:
parent
d3aae2dc42
commit
eb2d7ceb93
3 changed files with 5 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ all-common:
|
||||||
-e 's%BINDIR%$(bindir)%' \
|
-e 's%BINDIR%$(bindir)%' \
|
||||||
-e 's%LIBDIR%$(libdir)%' \
|
-e 's%LIBDIR%$(libdir)%' \
|
||||||
-e 's%LIBEXECDIR%$(libexecdir)%' \
|
-e 's%LIBEXECDIR%$(libexecdir)%' \
|
||||||
|
-e 's%MODULEDIR%$(moduledir)%' \
|
||||||
-e 's%RELEASEDATE%$(RELEASEDATE)%' \
|
-e 's%RELEASEDATE%$(RELEASEDATE)%' \
|
||||||
$(srcdir)/$$page \
|
$(srcdir)/$$page \
|
||||||
| (cd $(srcdir); $(SOELIM) -) > $$page.$(TMP_SUFFIX); \
|
| (cd $(srcdir); $(SOELIM) -) > $$page.$(TMP_SUFFIX); \
|
||||||
|
|
|
||||||
|
|
@ -913,6 +913,8 @@ option.
|
||||||
.B olcModulePath: <pathspec>
|
.B olcModulePath: <pathspec>
|
||||||
Specify a list of directories to search for loadable modules. Typically
|
Specify a list of directories to search for loadable modules. Typically
|
||||||
the path is colon-separated but this depends on the operating system.
|
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
|
.SH SCHEMA OPTIONS
|
||||||
Schema definitions are created as entries in the
|
Schema definitions are created as entries in the
|
||||||
.B cn=schema,cn=config
|
.B cn=schema,cn=config
|
||||||
|
|
|
||||||
|
|
@ -685,6 +685,8 @@ option are only usable if slapd was compiled with \-\-enable\-modules.
|
||||||
.B modulepath <pathspec>
|
.B modulepath <pathspec>
|
||||||
Specify a list of directories to search for loadable modules. Typically
|
Specify a list of directories to search for loadable modules. Typically
|
||||||
the path is colon-separated but this depends on the operating system.
|
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
|
.HP
|
||||||
.hy 0
|
.hy 0
|
||||||
.B objectclass "(\ <oid>\
|
.B objectclass "(\ <oid>\
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue