diff options
| author | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
| commit | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (patch) | |
| tree | 7a7416ed410e72b6200f3d860fd315ec11cc106b /docs/api/html/nm-settings-keyfile.html | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
Diffstat (limited to 'docs/api/html/nm-settings-keyfile.html')
| -rw-r--r-- | docs/api/html/nm-settings-keyfile.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/api/html/nm-settings-keyfile.html b/docs/api/html/nm-settings-keyfile.html index 80d2ec32..07d7b039 100644 --- a/docs/api/html/nm-settings-keyfile.html +++ b/docs/api/html/nm-settings-keyfile.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="nm-settings.html" title="nm-settings"> <link rel="next" href="nm-settings-ifcfg-rh.html" title="nm-settings-ifcfg-rh"> -<meta name="generator" content="GTK-Doc V1.29 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -38,12 +38,14 @@ </p> <p> The <span class="emphasis"><em>keyfile</em></span> 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 <code class="filename">/etc/NetworkManager/system-connections/</code>. + the connection types and capabilities that NetworkManager has. The files are + in a .ini-style format and located in <code class="filename">/etc/NetworkManager/system-connections/</code>, + <code class="filename">/usr/lib/NetworkManager/system-connections/</code> and + <code class="filename">/run/NetworkManager/system-connections/</code>. 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. </p> </div> @@ -70,8 +72,7 @@ Users can create or modify the <span class="emphasis"><em>keyfile</em></span> 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 <span class="emphasis"><em>monitor-connection-file</em></span> in - <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span> and <span class="emphasis"><em>nmcli con (re)load</em></span>). + their changes (for example via <span class="emphasis"><em>nmcli con (re)load</em></span>). </p> <p><b>Examples of <span class="emphasis"><em>keyfile</em></span> configuration. </b></p> <pre class="programlisting"><span class="bold"><strong>A sample configuration for an ethernet network:</strong></span> @@ -566,6 +567,6 @@ Example: </strong></span>mac-address-blacklist= 00:22:68:12:79:A6;00:22:68:12:79 </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.29</div> +<hr>Generated by GTK-Doc V1.32.1</div> </body> </html> \ No newline at end of file |