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
976f61f0
Commit
976f61f0
authored
21 years ago
by
Luke Howard
Browse files
Options
Downloads
Patches
Plain Diff
Update SLAPI manual page
parent
dfcd7328
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man5/slapd.plugin.5
+15
-7
15 additions, 7 deletions
doc/man/man5/slapd.plugin.5
with
15 additions
and
7 deletions
doc/man/man5/slapd.plugin.5
+
15
−
7
View file @
976f61f0
...
...
@@ -42,9 +42,12 @@ is as follows:
.LP
If slapd is compiled with \fI--enable-slapi\fP, support for plugins
according to \fINetscape's Directory Server Plug-Ins\fP.
Version 4.0 of the API is currently implemented.
Version 4 of the API is currently implemented, with some extensions
from version 5.
.LP
Database specific data may contain plugin information.
Both global and database specific data may contain plugin information.
Plugins associated with a specific database are called before global
plugins.
This manpage details the
.BR slapd (8)
configuration statements that affect the loading of SLAPI \fIplugins\fP.
...
...
@@ -63,10 +66,13 @@ can be one of
that is executed before processing the operation for the specified
database,
.BR postoperation ,
that is execured after the operation for the specified database
has been processed, or
.BR extendedop .
The latter is used when executing an extended operation [FIXME].
that is executed after the operation for the specified database
has been processed,
.BR extendedop ,
that is used when executing an extended operation, or
.BR object .
The latter is used for miscellaneous types such as ACL, computed
attribute and search filter rewriter plugins.
.LP
The
.BR <libpath>
...
...
@@ -79,7 +85,9 @@ The
argument specifies what symbol must be called when the plugin is first
loaded.
This function should register the functions provided by the plugin
for the desired operations.
for the desired operations. It should be noted that it is this
init function, not the plugin type specified as the first argument,
that determines when and for what operations the plugin will be invoked.
The optional
.BR <arguments>
list is passed to the init function.
...
...
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