]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Simplify explanation of tls_allowed_dn_list wildcards
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 11 Nov 2021 14:44:58 +0000 (15:44 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 11 Nov 2021 17:31:29 +0000 (18:31 +0100)
This removes a dead link, the need for users to understand a glib function and a
improper reference to fnmatch (as we only expand asterisks to any string).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/remote.html.in
src/remote/libvirtd.conf.in
tests/virconfdata/libvirtd.conf
tests/virconfdata/libvirtd.out

index cc8db80c959cf0608384757737f58e3f0f5072d3..66f56a3a64fc3523d32e5acc8cbc730901d44c42 100644 (file)
@@ -249,8 +249,8 @@ Blank lines and comments beginning with <code>#</code> are ignored.
   </p>
           <p>
   This list may contain wildcards such as <code>"C=GB,ST=London,L=London,O=Libvirt Project,CN=*"</code>
-  See the POSIX <code>fnmatch</code> function for the format
-  of the wildcards.
+  Any * matches in the string matches any number of consecutive characters,
+  like a simplified <code>glob(7)</code>.
   </p>
           <p>
   Note that if this is an empty list, <i>no client can connect</i>.
index 8e709856aacb3e340ad759b53972891bb866a94e..b18c5885a1a77f30060e428f584f1f51a8c51166 100644 (file)
 #
 #    "C=GB,ST=London,L=London,O=Red Hat,CN=*"
 #
-# See the g_pattern_match function for the format of the wildcards:
-#
-# https://developer.gnome.org/glib/stable/glib-Glob-style-pattern-matching.html
+# Any * matches any number of consecutive spaces, like a simplified glob(7).
 #
 # NB If this is an empty list, no client can connect, so comment out
 # entirely rather than using empty list to disable these checks
index 6d1fd33dcdd31cfaa37c5df1bd381325f77abbe0..e850e1b87344ee209d7bb5a7464f607371bea50f 100644 (file)
@@ -183,9 +183,8 @@ tls_no_verify_certificate = 1
 #
 #    "C=GB,ST=London,L=London,O=Red Hat,CN=*"
 #
-# See the g_pattern_match function for the format of the wildcards.
+# Any * matches any number of consecutive spaces, like a simplified glob(7).
 #
-# https://developer.gnome.org/glib/stable/glib-Glob-style-pattern-matching.html
 #
 # NB If this is an empty list, no client can connect, so comment out
 # entirely rather than using empty list to disable these checks
index ce50480b8c69cc1def7a310dd1514037f93b55cd..0755c5dc0a22ad09ce51c0ee2cc41954ab82b605 100644 (file)
@@ -147,9 +147,8 @@ tls_no_verify_certificate = 1
 #
 #    "C=GB,ST=London,L=London,O=Red Hat,CN=*"
 #
-# See the g_pattern_match function for the format of the wildcards.
+# Any * matches any number of consecutive spaces, like a simplified glob(7).
 #
-# https://developer.gnome.org/glib/stable/glib-Glob-style-pattern-matching.html
 #
 # NB If this is an empty list, no client can connect, so comment out
 # entirely rather than using empty list to disable these checks