mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Misc Update
This commit is contained in:
parent
35dc15ad66
commit
31f34d6985
@ -1,3 +1,4 @@
|
|||||||
|
- de-IBM SLAPI
|
||||||
- add a config statement, or redefine the dynamic backend one,
|
- add a config statement, or redefine the dynamic backend one,
|
||||||
"modulepath", to set/modify the load path also for plugins
|
"modulepath", to set/modify the load path also for plugins
|
||||||
(both plugins and modules use ltdl, so "modulepath" suffices ...)
|
(both plugins and modules use ltdl, so "modulepath" suffices ...)
|
||||||
@ -6,11 +7,7 @@
|
|||||||
- use syslog where available?
|
- use syslog where available?
|
||||||
- add some plugin monitoring stuff in back-monitor (e.g. a subentry
|
- add some plugin monitoring stuff in back-monitor (e.g. a subentry
|
||||||
for each plugin with data from struct Slapi_PluginDesc)
|
for each plugin with data from struct Slapi_PluginDesc)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- This is a very tough task: try to implement a sandbox to execute
|
- This is a very tough task: try to implement a sandbox to execute
|
||||||
plugins in, trap deadly signals and possibly disable unsafe plugins
|
plugins in, trap deadly signals and possibly disable unsafe plugins
|
||||||
without crashing slapd (fork from inside thread? trap signals
|
without crashing slapd (fork from inside thread? trap signals
|
||||||
and longjump to next plugin execution? Brrr).
|
and longjump to next plugin execution? Brrr).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user