diff options
| -rw-r--r-- | server/modules/auth-freiburg/opt/openslx/scripts/pam_script_mount_persistent | 3 |
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 |
