summaryrefslogtreecommitdiffstats
path: root/core/modules/sssd
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-09 09:51:40 +0100
committerSimon Rettberg2018-03-09 09:51:40 +0100
commit968b30a619b16f8ba1c4996807ce9a4c05c44da7 (patch)
treed48e940cb5285dfa5d3476c95905c83c31f639b4 /core/modules/sssd
parent[pam-slx-plug] Starting to separate some of the pam/nsswitch logic out of sss... (diff)
downloadmltk-968b30a619b16f8ba1c4996807ce9a4c05c44da7.tar.gz
mltk-968b30a619b16f8ba1c4996807ce9a4c05c44da7.tar.xz
mltk-968b30a619b16f8ba1c4996807ce9a4c05c44da7.zip
[sssd] Remove hack
Diffstat (limited to 'core/modules/sssd')
-rw-r--r--core/modules/sssd/module.build8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/modules/sssd/module.build b/core/modules/sssd/module.build
index b63e6e31..daa5a9c0 100644
--- a/core/modules/sssd/module.build
+++ b/core/modules/sssd/module.build
@@ -16,14 +16,6 @@ build() {
# Build nslcd service file
mkdir -p "${MODULE_BUILD_DIR}/etc/systemd/system"
sed "s,%PATH%,${SSSD_PATH},g" "${MODULE_DIR}/templates/sssd-systemd.service" > "${MODULE_BUILD_DIR}/etc/systemd/system/sssd.service" || perror "Could not fill sssd.service template"
-
- # openSuse sssd does not start when /etc/sssd/sssd.conf is not root:root 600!
- if [ "$SYS_DISTRIBUTION" == "opensuse" -a "$SYS_VERSION" == "13.2" ]; then
- sed -i 's#ExecStart#ExecStartPre=/opt/openslx/bin/chmod 600 /etc/sssd/sssd.conf\nExecStart#g' \
- "${MODULE_BUILD_DIR}/etc/systemd/system/sssd.service"
- fi
-
- return 0
}
post_copy() {