summaryrefslogtreecommitdiffstats
path: root/server/modules
diff options
context:
space:
mode:
authorroot2016-02-18 14:35:25 +0100
committerroot2016-02-18 14:35:25 +0100
commitc7a50be52d883b1618096a30f870836ede714735 (patch)
treea09519545f2b0e1ff6af127865be5fe20872faa8 /server/modules
parent[dnbd3] Include dnbd3-fuse (diff)
parent[cron] Fix path when copying crond binary (diff)
downloadtm-scripts-c7a50be52d883b1618096a30f870836ede714735.tar.gz
tm-scripts-c7a50be52d883b1618096a30f870836ede714735.tar.xz
tm-scripts-c7a50be52d883b1618096a30f870836ede714735.zip
Merge branch 'master' of git://git.openslx.org/openslx-ng/tm-scripts
Diffstat (limited to 'server/modules')
-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