summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-05-14 10:03:57 +0200
committerPavel Březina <pbrezina@redhat.com>2014-07-14 10:39:12 +0200
commitda02f57f298b20e9d6c6b94aa1b292e88a3eef28 (patch)
treeb6ce64a2a406622515aa6c9f17c10c7608e1c9c2 /README
parent32bbfe5533e5d625732ba0a68c2c1c8d6083b0b1 (diff)
downloadopenlmi-providers-sssd-2.tar.gz
openlmi-providers-sssd-2.tar.xz
openlmi-providers-sssd-2.zip
SSSD CIM providersssd-2
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 084c86c..688660d 100644
--- a/README
+++ b/README
@@ -82,11 +82,14 @@ Following providers are part of this sub-project:
* PCP
This is a CIM interface for the PCP (Performance Co-Pilot) daemon. Allows
reading of PCP metrics on the local host.
-
+
* Locale
Locale provider is a CIM interface for systemd-localed. Allows to control
system locale variables (LANG, LC_PAPER, ...) and keyboard mapping for
virtual console and X11.
+
+* SSSD
+ This is a CIM interface for the SSSD daemon.
*******************************************************************************
* Build Dependencies *
@@ -133,6 +136,9 @@ Provider specific dependencies:
* Locale
- glib2-devel 2.26+
- systemd 30+ (systemd-localed)
+* SSSD
+ - dbus-devel
+ - libsss_simpleifp-devel
*******************************************************************************
* Compilation and installation *