summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2016-02-10 16:20:08 +0100
committerChristian Rößler2016-02-10 16:20:08 +0100
commitcf684a212949f9f1ededdb2a106c18d85445f77b (patch)
tree870dc2efee1f94da33210be0f111475a956ddb76
parent[rfs-s31] do not copy /openslx-configs from the config.tgz if no SLX_LOCAL_CO... (diff)
downloadtm-scripts-cf684a212949f9f1ededdb2a106c18d85445f77b.tar.gz
tm-scripts-cf684a212949f9f1ededdb2a106c18d85445f77b.tar.xz
tm-scripts-cf684a212949f9f1ededdb2a106c18d85445f77b.zip
[auth-freiburg] pam_script_mount_persistent: Just added comment for nfs mount
-rw-r--r--server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent b/server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent
index dbe6ef01..d6a6d02c 100644
--- a/server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent
+++ b/server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent
@@ -6,6 +6,9 @@
# It will try to mount the home directories of students
# under /home/<user>/PERSISTENT using cifs/kerberos.
#
+# If cifs mount fails, nfs mount will be tried.
+#
+###################################################################
# Only run this if PAM_USER is not a local user.
if ! grep -q "^${PAM_USER}:" "/etc/passwd"; then