summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/module.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/sssd/module.conf')
-rw-r--r--core/modules/sssd/module.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/modules/sssd/module.conf b/core/modules/sssd/module.conf
new file mode 100644
index 00000000..6e4df94e
--- /dev/null
+++ b/core/modules/sssd/module.conf
@@ -0,0 +1,18 @@
+REQUIRED_BINARIES="
+ sssd
+"
+REQUIRED_FILES="
+ /etc/default/sssd
+ /etc/systemd/system/sssd.service
+"
+# lib/ is needed to fetch lib/x86..../security/pam_sss.so module
+# could do it using the SYS_PAM_MODULE_PATH, but using that in the
+# module.conf seems hacky...
+#
+# usr/lib is needed to get the ldb modules, e.g.:
+# usr/lib/x86_64-linux-gnu/ldb/modules/ldb/ldap.so
+#
+REQUIRED_DIRECTORIES="
+ /lib
+ /usr/lib
+"