summaryrefslogtreecommitdiffstats
path: root/doc/admin
diff options
context:
space:
mode:
Diffstat (limited to 'doc/admin')
-rw-r--r--doc/admin/CMakeLists.txt6
-rw-r--r--doc/admin/sssd/index.rst22
2 files changed, 28 insertions, 0 deletions
diff --git a/doc/admin/CMakeLists.txt b/doc/admin/CMakeLists.txt
index d33427f..ef9743d 100644
--- a/doc/admin/CMakeLists.txt
+++ b/doc/admin/CMakeLists.txt
@@ -68,6 +68,12 @@ if (WITH-LOCALE)
set(PROVIDER_MOFS ${PROVIDER_MOFS} "60_LMI_Locale.mof")
endif (WITH-LOCALE)
+if (WITH-SSSD)
+ set(PROVIDERS ${PROVIDERS} "sssd")
+ set(PROVIDER_CAPTIONS ${PROVIDER_CAPTIONS} "SSSD")
+ set(PROVIDER_MOFS ${PROVIDER_MOFS} "60_LMI_SSSD.mof")
+endif (WITH-SSSD)
+
list(LENGTH PROVIDERS LEN)
math(EXPR LEN '${LEN}-1')
diff --git a/doc/admin/sssd/index.rst b/doc/admin/sssd/index.rst
new file mode 100644
index 0000000..89193dd
--- /dev/null
+++ b/doc/admin/sssd/index.rst
@@ -0,0 +1,22 @@
+OpenLMI SSSD Provider documentation
+===========================================
+OpenLMI SSSD is a CIM provider for managing the System Security Services
+Daemon.
+
+It provides only the basic functionality: managing SSSD components and
+providing information about active domains.
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+.. ifconfig:: includeClasses
+
+ OpenLMI SSSD CIM Classes:
+
+ .. toctree::
+ :maxdepth: 1
+
+ mof/tree
+ mof/index