~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/PolicyKit-kde/introduction.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<chapter id="introduction">
 
2
<title>Overview</title>
 
3
 
 
4
<para>&policykit-kde; is a implementation of PolicyKit tool to the look and feel
 
5
of KDE.</para>
 
6
 
 
7
<para>PolicyKit allows easy and secure password management, it can be used by
 
8
applications to ask their users for a password. Each application defines a set
 
9
of actions that can be executed by their program.
 
10
The application will call PolicyKit to see if the user can perform a given
 
11
action, if not, the application can issue the auth dialog where the user
 
12
can enter his/her password, root password, the password of a given group
 
13
of users or even swipe the finger.</para>
 
14
 
 
15
<para>&policykit-kde; consists of two applications:
 
16
The Authorization agent that receives requests for authentication, and shows
 
17
a dialog asking for a password.
 
18
The Authorization manager that is used to manage the authorizations, it is
 
19
mainly used by system administrators that may want to change the default behavior
 
20
of a program policies.</para>
 
21
 
 
22
<para>For Qt/KDE developers there is Qt library to allow easy integration with
 
23
you application and PolicyKit.</para>
 
24
 
 
25
<para>For more information of how PolicyKit works, it's design and API visit
 
26
<ulink url="http://hal.freedesktop.org/docs/PolicyKit/">PolicyKit Library Reference Manual</ulink></para>
 
27
 
 
28
</chapter>