summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2020-08-03 18:04:59 +0200
committerYour Name2020-08-03 18:04:59 +0200
commita069ecafe76710cdc758f5c79a7c000bfe3a7e76 (patch)
treebc8de78515c7b5d0c24ffc3e7e216e5d846082bb /core/modules/sssd/module.conf
parent[rfs-stage31] Fix hostname lookup for newer busybox nslookup (diff)
downloadmltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.tar.gz
mltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.tar.xz
mltk-a069ecafe76710cdc758f5c79a7c000bfe3a7e76.zip
[systemd-distro] Get this module into working state, switch
Diffstat (limited to 'core/modules/sssd/module.conf')
-rw-r--r--core/modules/sssd/module.conf10
1 files changed, 1 insertions, 9 deletions
diff --git a/core/modules/sssd/module.conf b/core/modules/sssd/module.conf
index 461b3db9..93f1cee9 100644
--- a/core/modules/sssd/module.conf
+++ b/core/modules/sssd/module.conf
@@ -4,16 +4,8 @@ REQUIRED_BINARIES="
"
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
+ /usr
"