|
16.
|
|
|
Whether to use Transport Layer Security (TLS) or not. Allowed values are "no-tls", "allow-tls" or "require-tls". When TLS is allowed or required, a server certificate must be provided. Infinoted has a built-in option to create a self-signed certificate with the --create-key and --create-certificate command line options. When TLS is allowed but not required, clients may choose not to use TLS. It is strongly encouraged to always require TLS. [Default=require-tls]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:102
|
|
17.
|
|
|
no-tls|allow-tls|require-tls
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:110
|
|
18.
|
|
|
The directory which infinoted uses to permanantly store all documents on the server, and where they are read from after a server restart. [Default=~/.infinote]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:118
|
|
19.
|
|
|
DIRECTORY
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:121
../infinoted/plugins/infinoted-plugin-directory-sync.c:603
../infinoted/plugins/infinoted-plugin-traffic-logging.c:323
|
|
20.
|
|
|
Additional plugins to load. This option can be specified more than once to load multiple plugins. Plugin options can be configured in the configuration file (one section for each plugin), or with the --plugin-parameter option. [Default=note-text]
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:129
|
|
21.
|
|
|
PLUGIN-NAME
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:133
|
|
22.
|
|
|
If set, require clients to enter a password before being allowed to connect to the server. This option cannot be combined with --pam-service.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:141
|
|
23.
|
|
|
Password
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:144
|
|
24.
|
|
|
Authenticate clients using the given PAM service. This option cannot be combined with --password. Clients are requested to send their user name and then enter the password for their account on the server machine with the same name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:153
|
|
25.
|
|
|
SERVICE
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../infinoted/infinoted-options.c:157
|