Changes between Version 2 and Version 3 of Infinote/Infinoted
- Timestamp:
- 12/04/08 20:51:23 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Infinote/Infinoted
v2 v3 13 13 == Config files == 14 14 15 infinoted reads /etc/ infinoted.conf and ~/.config/infinoted.conf (in that order, options specified in the latter file overwrite the ones from the former file). It's [http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description GKeyFile] format. Options from the command line overwrite config file options. All options need to be in the infinoted group. Allowed options are:15 infinoted reads /etc/xdg/infinoted.conf and ~/.config/infinoted.conf (in that order, options specified in the latter file overwrite the ones from the former file). It's [http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description GKeyFile] format. Options from the command line overwrite config file options. All options need to be in the infinoted group. Allowed options are: 16 16 17 17 * security-policy [no-tls|allow-tls|require-tls]: ''no-tls'' does not require a private key/certificate pair. ''require-tls'' requires clients to use TLS, whereas ''allow-tls'' allows them to choose not to use it. Same as ''--security-policy'' command line option.
