From: Pierangelo Masarati Date: Sat, 7 Dec 2002 18:31:25 +0000 (+0000) Subject: some todo stuff X-Git-Tag: NO_SLAP_OP_BLOCKS~711 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b87c4c4480d7f09e1126345e316375d48a7b355;p=openldap some todo stuff --- diff --git a/servers/slapd/slapi/TODO b/servers/slapd/slapi/TODO new file mode 100644 index 0000000000..57bb37d058 --- /dev/null +++ b/servers/slapd/slapi/TODO @@ -0,0 +1,16 @@ +- add a config statement, or redefine the dynamic backend one, + "modulepath", to set/modify the load path also for plugins + (both plugins and modules use ltdl, so "modulepath" suffices ...) +- improve slapi logging (use some [v]s[n]printf function) +- add a config statement to set the log file name, or better +- use syslog where available? +- add some plugin monitoring stuff in back-monitor (e.g. a subentry + for each plugin with data from struct Slapi_PluginDesc) + + + +- This is a very tough task: try to implement a sandbox to execute + plugins in, trap deadly signals and possibly disable unsafe plugins + without crashing slapd (fork from inside thread? trap signals + and longjump to next plugin execution? Brrr). +