From 1e5977b62f896e844b548c3007ace9e1dfa7f9ed Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 11 Apr 2020 21:28:04 +0200 Subject: New upstream version 1.23.90 --- man/nm-settings-keyfile.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'man/nm-settings-keyfile.xml') diff --git a/man/nm-settings-keyfile.xml b/man/nm-settings-keyfile.xml index ed84e458..aa62837e 100644 --- a/man/nm-settings-keyfile.xml +++ b/man/nm-settings-keyfile.xml @@ -1,18 +1,20 @@ -nm-settings-keyfileNetworkManager developersnm-settings-keyfile5NetworkManagerConfiguration1.22.10nm-settings-keyfileDescription of keyfile settings pluginDescription +nm-settings-keyfileNetworkManager developersnm-settings-keyfile5NetworkManagerConfiguration1.23.90nm-settings-keyfileDescription of keyfile settings pluginDescription NetworkManager is based on the concept of connection profiles that contain network configuration (see nm-settings5 for details). The profiles can be stored in various formats. NetworkManager uses plugins for reading and writing the data. The plugins can be configured in NetworkManager.conf5. The keyfile plugin is the generic plugin that supports all - the connection types and capabilities that NetworkManager has. It writes files - out in a .ini-style format in /etc/NetworkManager/system-connections/. + the connection types and capabilities that NetworkManager has. The files are + in a .ini-style format and located in /etc/NetworkManager/system-connections/, + /usr/lib/NetworkManager/system-connections/ and + /run/NetworkManager/system-connections/. This plugin is always enabled and will automatically be used to store any connections that are not supported by any other active plugin. For security, it will ignore files that are readable or writable by any user - or group other than 'root' since private keys and passphrases may be stored + other than 'root' since private keys and passphrases may be stored in plaintext inside the file. File Format The keyfile config format is a simple .ini-style @@ -34,8 +36,7 @@ Users can create or modify the keyfile connection files manually, even if that is not the recommended way of managing the profiles. However, if they choose to do that, they must inform NetworkManager about - their changes (see monitor-connection-file in - nm-settings5 and nmcli con (re)load). + their changes (for example via nmcli con (re)load). Examples of <emphasis>keyfile</emphasis> configurationA sample configuration for an ethernet network: [connection] id=Main eth0 @@ -219,6 +220,7 @@ Example: remote=ovpn.corp.com cipher=AES-256-CBC username=joe Example: password=Popocatepetl + wifi-p2p setting (section)PropertyKeyfile VariableFormatDescriptionpeerpeerusual hex-digits-and-colons notationMAC address in traditional hex-digits-and-colons notation (e.g. 00:22:68:12:79:A2), or semicolon separated list of 6 bytes (obsolete) (e.g. 0;34;104;18;121;162).
-- cgit 1.3.0-6-gf8a5 From d460892bbfece74fb6d3cd846bf6ef548290be41 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 8 May 2020 21:40:53 +0200 Subject: New upstream version 1.24.0 --- man/nm-settings-keyfile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/nm-settings-keyfile.xml') diff --git a/man/nm-settings-keyfile.xml b/man/nm-settings-keyfile.xml index aa62837e..ea9eb7f0 100644 --- a/man/nm-settings-keyfile.xml +++ b/man/nm-settings-keyfile.xml @@ -1,6 +1,6 @@ -nm-settings-keyfileNetworkManager developersnm-settings-keyfile5NetworkManagerConfiguration1.23.90nm-settings-keyfileDescription of keyfile settings pluginDescription +nm-settings-keyfileNetworkManager developersnm-settings-keyfile5NetworkManagerConfiguration1.24.0nm-settings-keyfileDescription of keyfile settings pluginDescription NetworkManager is based on the concept of connection profiles that contain network configuration (see nm-settings5 for details). The profiles can be stored in various formats. NetworkManager uses plugins for reading and writing -- cgit 1.3.0-6-gf8a5