From 53f8946416b456476d130334490790c3979d2f82 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 8 Mar 2018 17:14:42 +0100 Subject: [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. --- .../system/multi-user.target.wants/slx-update-pam-nss.service | 1 + .../data/etc/systemd/system/slx-update-pam-nss.service | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 120000 core/modules/pam-slx-plug/data/etc/systemd/system/multi-user.target.wants/slx-update-pam-nss.service create mode 100644 core/modules/pam-slx-plug/data/etc/systemd/system/slx-update-pam-nss.service (limited to 'core/modules/pam-slx-plug/data/etc') diff --git a/core/modules/pam-slx-plug/data/etc/systemd/system/multi-user.target.wants/slx-update-pam-nss.service b/core/modules/pam-slx-plug/data/etc/systemd/system/multi-user.target.wants/slx-update-pam-nss.service new file mode 120000 index 00000000..450c4948 --- /dev/null +++ b/core/modules/pam-slx-plug/data/etc/systemd/system/multi-user.target.wants/slx-update-pam-nss.service @@ -0,0 +1 @@ +../slx-update-pam-nss.service \ No newline at end of file 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 + -- cgit v1.2.3-55-g7522