summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorNikki VonHollen <vonhollen@google.com>2011-12-20 15:11:23 -0800
committerDavid Zeuthen <davidz@redhat.com>2011-12-22 17:59:33 -0500
commit674357c20c1b6cb421fea6eb6924b274ec477c0e (patch)
treef434c0d7f0e0d5d932ce6e8b27fad31005b92d5f /docs/man
parent15d2e90a54009efb31300d8b59292d71ce98a5b2 (diff)
downloadpolkit-674357c20c1b6cb421fea6eb6924b274ec477c0e.tar.gz
Bug 43610 - Add netgroup support
https://bugs.freedesktop.org/show_bug.cgi?id=43610 Added netgroup support and additional unit tests with MockLibc support. Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/pklocalauthority.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/man/pklocalauthority.xml b/docs/man/pklocalauthority.xml
index 02e3f4e..a03a434 100644
--- a/docs/man/pklocalauthority.xml
+++ b/docs/man/pklocalauthority.xml
@@ -80,8 +80,9 @@
this key is a semi-colon separated list of identities that can
be used when administrator authentication is required. Users are
specified by prefixing the user name with
- <literal>unix-user:</literal> and groups of users are specified
- by prefixing with <literal>unix-group:</literal>. See
+ <literal>unix-user:</literal>, groups of users are specified by
+ prefixing with <literal>unix-group:</literal>, and netgroups of
+ users are specified with <literal>unix-netgroup:</literal>. See
<xref linkend="pklocalauthority-examples"/> for an example of a
configuration file.
</para>
@@ -208,7 +209,9 @@
A semi-colon separated list of globs to match identities. Each glob
should start with <literal>unix-user:</literal> or
<literal>unix-group:</literal> to specify whether to match on a
- UNIX user name or a UNIX group name.
+ UNIX user name or a UNIX group name. Netgroups are supported with
+ the <literal>unix-netgroup:</literal> prefix, but cannot support
+ glob syntax.
</para>
</listitem>
</varlistentry>