AccountsService-0.6.45

Introduction to AccountsService

The AccountsService package provides a set of D-Bus interfaces for querying and manipulating user account information and an implementation of those interfaces based on the usermod(8), useradd(8) and userdel(8) commands.

This package is known to build and work properly using an LFS-8.2 platform.

Package Information

AccountsService Dependencies

Required

GTK-Doc-1.27 and Polkit-0.113+git_2919920+js38

Recommended

Optional

xmlto-0.0.28

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/accountsservice

Installation of AccountsService

Install AccountsService by running the following commands:

./configure --prefix=/usr            \
            --sysconfdir=/etc        \
            --localstatedir=/var     \
            --enable-admin-group=adm \
            --disable-static         &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--enable-admin-group=adm: This switch sets the group for administrator accounts.

--enable-docbook-docs: This switch enables building the D-Bus interface API documentation.

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Configuring AccountsService

Systemd Units

To start the accounts-daemon daemon at boot, enable the previously installed systemd unit by running the following command as the root user:

systemctl enable accounts-daemon

Contents

Installed Programs: accounts-daemon (library executable)
Installed Libraries: libaccountsservice.so
Installed Directories: /usr/include/accountsservice-1.0, /usr/share/doc/accountsservice, /usr/share/gtk-doc/html/libaccountsservice, and /var/lib/AccountsService

Short Descriptions

accounts-daemon

is the AccountsService daemon.

libaccountsservice.so

contains the AccountsService API functions.

Last updated on 2018-02-28 05:25:12 -0800