source: postlfs/security/accountsservice.xml@ d6226e72

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d6226e72 was d6226e72, checked in by Ken Moffat <ken@…>, 12 years ago

Add AccountsService.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY accountsservice-download-http "http://www.freedesktop.org/software/accountsservice/accountsservice-&accountsservice-version;.tar.xz">
8 <!ENTITY accountsservice-download-ftp " ">
9 <!ENTITY accountsservice-md5sum "47b5af77b544528c02d82761bd574c09">
10 <!ENTITY accountsservice-size "280 KB">
11 <!ENTITY accountsservice-buildsize "6.0 MB">
12 <!ENTITY accountsservice-time "0.1 SBU">
13]>
14
15<sect1 id="accountsservice" xreflabel="AccountsService-&accountsservice-version;">
16 <?dbhtml filename="accountsservice.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>AccountsService-&accountsservice-version;</title>
24
25 <indexterm zone="accountsservice">
26 <primary sortas="a-AccountsService">AccountsService</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to AccountsService</title>
31
32 <para>The <application>AccountsService</application> package provides, a set
33 of <application>D-Bus</application> interfaces for querying and manipulating
34 user account information, and an implementation of these interfaces based on
35 the usermod(8), useradd(8) and userdel(8) commands.</para>
36
37 &lfs70_built;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&accountsservice-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&accountsservice-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &accountsservice-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &accountsservice-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &accountsservice-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &accountsservice-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">AccountsService Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="dbus-glib"/> and
65 <xref linkend="polkit"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="gobject-introspection"/> and
69 <xref linkend="xmlto"/></para>
70
71 <para condition="html" role="usernotes">User Notes:
72 <ulink url="&blfs-wiki;/accountsservice"/></para>
73
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of AccountsService</title>
78
79 <para>Install <application>AccountsService</application> by running the following
80 commands:</para>
81
82<screen><userinput>./configure --prefix=/usr \
83 --sysconfdir=/etc \
84 --libexecdir=/usr/lib/accountsservice \
85 --localstatedir=/var &amp;&amp;
86make</userinput></screen>
87
88 <!-- actually, it's for the maintainer to check xml translations -->
89 <para>This package does not come with a test suite.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--sysconfdir=/etc</parameter>: This parameter installs the
101 configuration files into <filename class="directory">/etc</filename> instead
102 of <filename class="directory">/usr/etc</filename>.</para>
103
104 <para><parameter>--libexecdir=/usr/lib/accountsservice</parameter>: This
105 parameter causes the libexec files to be installed in the preferred location
106 of <filename class="directory">/usr/lib/accountsservice</filename> instead
107 of <filename class="directory">/usr/libexec</filename>.</para>
108
109 <para><option>--enable-static=no</option>: This switch prevents the static
110 libraries being installed.</para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Program</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>accounts-daemon</seg>
124 <seg>libaccountsservice.{so,a}</seg>
125 <seg>/usr/{include/accountsservice-1.0/act,lib/accountsservice,
126 share/locale/{bg_BG/LC_MESSAGES,fa_IR/LC_MESSAGES}},
127 /var/lib/AccountsService/{icons,users}</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="accounts-daemon">
137 <term><command>accounts-daemon</command></term>
138 <listitem>
139 <para>is the <application>AccountsService</application> daemon.</para>
140 <indexterm zone="accountsservice accounts-daemon">
141 <primary sortas="b-accounts-daemon">accounts-daemon</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="libaccountsservice">
147 <term><filename class='libraryfile'>libaccountsservice.{so,a}</filename></term>
148 <listitem>
149 <para>contains the <application>AccountsService</application> API
150 functions.</para>
151 <indexterm zone="accountsservice libaccountsservice">
152 <primary sortas="c-libaccountsservice">libaccountsservice.{so,a}</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.