~ubuntu-branches/ubuntu/wily/policykit-1/wily

« back to all changes in this revision

Viewing changes to .pc/05_revert-admin-identities-unix-group-wheel.patch/docs/man/pklocalauthority.xml

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-06 12:28:54 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120106122854-ib9s0ej8akqiy0lb
Tags: 0.104-1
* New upstream release.
  - Add support for netgroups. (LP: #724052)
* debian/rules: Disable systemd support, continue to work with ConsokeKit.
* 05_revert-admin-identities-unix-group-wheel.patch: Refresh to apply
  cleanly.
* debian/libpolkit-gobject-1-0.symbols: Add new symbols from this new
  release.
* debian/rules: Do not let test failures fail the build. The new test suite
  also runs a test against the system D-BUS/ConsoleKit, which can't work on
  buildds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
      this key is a semi-colon separated list of identities that can
81
81
      be used when administrator authentication is required. Users are
82
82
      specified by prefixing the user name with
83
 
      <literal>unix-user:</literal> and groups of users are specified
84
 
      by prefixing with <literal>unix-group:</literal>. See
 
83
      <literal>unix-user:</literal>, groups of users are specified by 
 
84
      prefixing with <literal>unix-group:</literal>, and netgroups of
 
85
      users are specified with <literal>unix-netgroup:</literal>. See
85
86
      <xref linkend="pklocalauthority-examples"/> for an example of a
86
87
      configuration file.
87
88
    </para>
208
209
            A semi-colon separated list of globs to match identities. Each glob
209
210
            should start with <literal>unix-user:</literal> or
210
211
            <literal>unix-group:</literal> to specify whether to match on a
211
 
            UNIX user name or a UNIX group name.
 
212
            UNIX user name or a UNIX group name. Netgroups are supported with
 
213
            the <literal>unix-netgroup:</literal> prefix, but cannot support
 
214
            glob syntax.
212
215
          </para>
213
216
        </listitem>
214
217
      </varlistentry>