summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-08 17:14:42 +0100
committerSimon Rettberg2018-03-08 17:14:42 +0100
commit53f8946416b456476d130334490790c3979d2f82 (patch)
tree6d2483d84477e109de568455ab96aa2cf807b253 /core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service
parent[hardware-stats] check if '--no-legend' is needed (diff)
downloadmltk-53f8946416b456476d130334490790c3979d2f82.tar.gz
mltk-53f8946416b456476d130334490790c3979d2f82.tar.xz
mltk-53f8946416b456476d130334490790c3979d2f82.zip
[pam-slx-plug] Starting to separate some of the pam/nsswitch logic out of sssd/pam
Preparation for our own ldap/ad login handling, sssd will only be used for nsswitch related stuff and fallback.
Diffstat (limited to 'core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service')
-rw-r--r--core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service b/core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service
new file mode 100644
index 00000000..fa7a8bd0
--- /dev/null
+++ b/core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Create fresh pam config and nsswitch.conf
+Before=graphical.target display-manager.target
+
+[Service]
+Type=oneshot
+ExecStart=/opt/openslx/pam/systemd/create-pam-config
+