]> git.sur5r.net Git - openldap/blob - servers/slapd/slapi/TODO
Sync with HEAD
[openldap] / servers / slapd / slapi / TODO
1 - add a config statement, or redefine the dynamic backend one,
2   "modulepath", to set/modify the load path also for plugins
3   (both plugins and modules use ltdl, so "modulepath" suffices ...)
4 - improve slapi logging (use some [v]s[n]printf function)
5 - add a config statement to set the log file name, or better
6 - use syslog where available?
7 - add some plugin monitoring stuff in back-monitor (e.g. a subentry
8   for each plugin with data from struct Slapi_PluginDesc)
9
10
11
12 - This is a very tough task: try to implement a sandbox to execute
13   plugins in, trap deadly signals and possibly disable unsafe plugins
14   without crashing slapd (fork from inside thread? trap signals
15   and longjump to next plugin execution? Brrr).
16
17 ---
18 $OpenLDAP$