2013-06-01 20:19:53 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY accountsservice-download-http
|
|
|
|
"http://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
|
|
|
|
<!ENTITY accountsservice-download-ftp " ">
|
2013-07-28 23:10:03 +08:00
|
|
|
<!ENTITY accountsservice-md5sum "dbf4323b688a314b4bf76890ad6d5279">
|
2013-06-01 20:19:53 +08:00
|
|
|
<!ENTITY accountsservice-size "352 KB">
|
|
|
|
<!ENTITY accountsservice-buildsize "12 MB">
|
|
|
|
<!ENTITY accountsservice-time "0.1 SBU">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="accountsservice" xreflabel="AccountsService-&accountsservice-version;">
|
|
|
|
<?dbhtml filename="accountsservice.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>AccountsService-&accountsservice-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="accountsservice">
|
|
|
|
<primary sortas="a-AccountsService">AccountsService</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to AccountsService</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The <application>AccountsService</application> package provides a set
|
|
|
|
of <application>D-Bus</application> interfaces for querying and manipulating
|
|
|
|
user account information and an implementation of these interfaces based on
|
|
|
|
the usermod(8), useradd(8) and userdel(8) commands.
|
|
|
|
</para>
|
|
|
|
|
2013-09-04 03:08:19 +08:00
|
|
|
&lfs74_checked;
|
2013-06-01 20:19:53 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&accountsservice-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&accountsservice-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &accountsservice-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &accountsservice-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &accountsservice-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &accountsservice-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">AccountsService Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="libxslt"/> and
|
|
|
|
<xref linkend="polkit"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2013-10-22 05:39:03 +08:00
|
|
|
<xref linkend="gobject-introspection"/>
|
2013-06-01 20:19:53 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
|
|
|
<xref linkend="gtk-doc"/> and
|
|
|
|
<xref linkend="xmlto"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/accountsservice"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of AccountsService</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>AccountsService</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2013-10-22 05:39:03 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
2013-09-04 03:08:19 +08:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--localstatedir=/var \
|
2013-07-28 23:10:03 +08:00
|
|
|
--enable-admin-group=adm \
|
2013-09-04 03:08:19 +08:00
|
|
|
--disable-static \
|
|
|
|
--libexecdir=/usr/lib/accountsservice &&
|
2013-06-01 20:19:53 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2013-07-28 23:10:03 +08:00
|
|
|
<para>
|
|
|
|
<parameter>--enable-admin-group=adm</parameter>: This switch sets
|
|
|
|
group for administrator accounts.
|
|
|
|
</para>
|
|
|
|
|
2013-06-01 20:19:53 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
accounts-daemon
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
libaccountsservice.so
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/accountsservice-1.0,
|
|
|
|
/usr/lib/accountsservice,
|
2013-09-04 03:08:19 +08:00
|
|
|
/usr/share/gtk-doc/html/libaccountsservice, and
|
2013-06-01 20:19:53 +08:00
|
|
|
/var/lib/AccountsService
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="accounts-daemon">
|
|
|
|
<term><command>accounts-daemon</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
is the <application>AccountsService</application> daemon.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="accountsservice accounts-daemon">
|
|
|
|
<primary sortas="b-accounts-daemon">accounts-daemon</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="libaccountsservice">
|
|
|
|
<term><filename class="libraryfile">libaccountsservice.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains the <application>AccountsService</application> API functions.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="accountsservice libaccountsservice">
|
|
|
|
<primary sortas="c-libaccountsservice">libaccountsservice.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|