About 5,373 results found. (Query 0.03700 seconds)
No information is available for this page.
No information is available for this page.
No information is available for this page.
No information is available for this page.
No information is available for this page.
If you want to remove comments and blank lines with the vi editor, then issue global commands to delete lines that begin with # or are blank: :g/^#/d :g/^$/d Here is an example of a completed OpenConnect configuration file for CentOS 8: auth = "plain[passwd=/etc/ocserv/ocpasswd]" tcp-port = 443 udp-port = 443 run-as-user = ocserv run-as-group = ocserv socket-file = ocserv.sock chroot-dir = /var/lib/ocserv server-cert = /etc/letsencrypt/live/vpn.yyyyy.xyz/fullchain.pem server-key =...
You can set the modules path, as well as the prosody-modules directory. plugin_paths = { "/usr/lib/prosody/modules", "/dir/of/prosody-modules" } Define the modules you want to be enabled. Some of them are already enabled by default. modules_enabled { -- Generally required "roster"; "saslauth"; "tls"; "dialback"; "disco"; -- Not essential, but recommended "carbons"; "pep"; "private"; "blocklist"; "vcard4"; "vcard_legacy" -- Nice to have ...
No information is available for this page.