csapi.plugin.authentication
|
"no"
|
如果值为 "yes",则只装入在 csapi.plugin.authentication.name 中指定的插件。
|
csapi.plugin.accesscontrol
|
"no"
|
启用 ("yes") 或禁用 ("no") 访问控制插件。
|
csapi.plugin.authentication
|
"no"
|
如果值为 "yes",则只装入在 csapi.plugin.authentication.name 中指定的插件。
如果值为 "no",或者如果不指定,则按字母顺序装入所有验证类插件。验证时,将按字母顺序依次使用每个插件。
|
csapi.plugin.authentication.
name
|
" "
|
如果 csapi.plugin.loadall 的值为 "no" 且 csapi.plugin.authentication 的值为 "yes",则只装入此特定插件。如果不指定或为空白 (" "),则装入所有验证类插件。
|
csapi.plugin.database
|
"yes"
|
如果设置为 "yes",则只装入在 csapi.plugin.database.name 中指定的插件。
如果设置为 "no",或者如果不指定,则按字母顺序装入所有数据库插件。
|
csapi.plugin.database.name
|
"cs_caldb
_berkeley"
|
如果 csapi.plugin.loadall 的值为 "no" 且 csapi.plugin.database 的值为 "yes",则只装入此插件。如果不指定或为空白 (" "),则按字母顺序装入所有数据库插件。
|
csapi.plugin.datatranslator
|
"yes"
|
如果设置为 "yes",将只装入在 csapi.plugin.datatranslator.name 中指定的插件;如果不指定,则按字母顺序装入所有数据转换器类插件。转换数据时,将按字母顺序依次使用每个插件。
|
csapi.plugin.datatranslator.
name
|
"cs_data
translatorcsv"
|
如果 csapi.plugin.loadall 的值为 "no" 且 csapi.plugin.datatranslator 的值为 "yes",则装入此特定插件。
如果为空白 (" "),或者不指定,则装入所有数据转换器类插件。
|
csapi.plugin.dbtranslator
|
"yes"
|
启用 ("yes") 或禁用 ("no") 数据库输出格式插件。
|
csapi.plugin.dbtranslator.name
|
"*"
|
如果 csapi.plugin.dbtranslator 的值为 "yes",则:
如果 csapi.plugin.dbtranslator 的值为 "no",则忽略此设置。
|
csapi.plugin.loadall
|
"no"
|
如果设置为 "yes",则装入插件目录中的所有插件。(插件带有 .so 扩展名。)
如果设置为 "no",则只装入由相应参数标记的特定类插件。例如,如果将 csapi.plugin.authentication 设置为 "yes",则装入验证类插件。
|
csapi.plugin.userprefs
|
"no"
|
如果设置为 "yes",将只装入在 csapi.plugin.userprefs.name 中指定的插件;如果不指定,则按字母顺序装入所有用户首选项类插件。对于用户首选项,将按字母顺序依次使用每个插件。
|
csapi.plugin.userprefs.
name
|
" "
|
如果 csapi.plugin.loadall 的值为 "no" 且 csapi.plugin.userprefs 的值为 "yes",则使用此参数。如果不指定或为空白 (" "),则装入所有用户首选项类插件。否则,只装入此特定插件。
|