5806d604f90f64d7a91ba71ae6a5f192e9ba01ec
[platform/upstream/gumd.git] / docs / html / um-intro.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>Introduction</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="gumd API Reference Manual">
8 <link rel="up" href="index.html" title="gumd API Reference Manual">
9 <link rel="prev" href="index.html" title="gumd API Reference Manual">
10 <link rel="next" href="um-building.html" title="Building and Installation">
11 <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
16 <td><a accesskey="p" href="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17 <td> </td>
18 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19 <th width="100%" align="center">gumd API Reference Manual</th>
20 <td><a accesskey="n" href="um-building.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
21 </tr></table>
22 <div class="refentry">
23 <a name="um-intro"></a><div class="titlepage"></div>
24 <div class="refsect1">
25 <a name="idp10426944"></a><h2>What is gumd/libgum?</h2>
26 <p>
27         gumd and libgum together provides a framework for creating, deleting
28         and modifying user and groups in the system. gumd is a daemon that
29         implements the functionality that provides access to user/group
30         database and libgum is a client library for applications to communicate
31         with this system.        
32     </p>
33 <p>
34         By using libgum client library, an application can query/create/delete/modify
35         users' and groups' database.
36     </p>
37 <p>
38         The client library, libgum, interacts with gumd daemon through
39         D-Bus. These D-Bus APIs should not be used directly as they are not
40         documented, subject to change and don't come with backwards
41         compatibility guarantees.
42     </p>
43 </div>
44 </div>
45 <div class="footer">
46 <hr>
47           Generated by GTK-Doc V1.18</div>
48 </body>
49 </html>