summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd/module.conf
blob: 6e4df94e8226889f5fba4988f12106deb14b5556 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
"