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>
</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>.
#
# "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
#
# "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
#
# "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