summaryrefslogtreecommitdiffstats
path: root/core/modules/pam
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
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')
-rwxr-xr-xcore/modules/pam/data/opt/openslx/scripts/pam_script_auth7
-rwxr-xr-xcore/modules/pam/data/opt/openslx/scripts/pam_script_ses_close7
-rwxr-xr-xcore/modules/pam/data/opt/openslx/scripts/pam_script_ses_open7
3 files changed, 21 insertions, 0 deletions
diff --git a/core/modules/pam/data/opt/openslx/scripts/pam_script_auth b/core/modules/pam/data/opt/openslx/scripts/pam_script_auth
index f7e12acf..24edf4cc 100755
--- a/core/modules/pam/data/opt/openslx/scripts/pam_script_auth
+++ b/core/modules/pam/data/opt/openslx/scripts/pam_script_auth
@@ -1,5 +1,12 @@
#!/bin/ash
+# # # # # # # # # # # # # # # # # # #
+# Legacy script - present only for
+# backwards compat with old config.tgz
+# modules. Newer approach lies in
+# /opt/openslx/pam
+# # # # # # # # # # # # # # # # # # #
+
# Needed as pam_script clears PATH
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"
diff --git a/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_close b/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_close
index 0c0b804f..adb94990 100755
--- a/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_close
+++ b/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_close
@@ -1,5 +1,12 @@
#!/bin/ash
+# # # # # # # # # # # # # # # # # # #
+# Legacy script - present only for
+# backwards compat with old config.tgz
+# modules. Newer approach lies in
+# /opt/openslx/pam
+# # # # # # # # # # # # # # # # # # #
+
# Needed as pam_script clears PATH
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"
diff --git a/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_open b/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
index b918278e..a71a566f 100755
--- a/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
+++ b/core/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
@@ -1,5 +1,12 @@
#!/bin/ash
+# # # # # # # # # # # # # # # # # # #
+# Legacy script - present only for
+# backwards compat with old config.tgz
+# modules. Newer approach lies in
+# /opt/openslx/pam
+# # # # # # # # # # # # # # # # # # #
+
# Needed as pam_script clears PATH
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin"