diff options
| author | root | 2016-02-18 14:35:25 +0100 |
|---|---|---|
| committer | root | 2016-02-18 14:35:25 +0100 |
| commit | c7a50be52d883b1618096a30f870836ede714735 (patch) | |
| tree | a09519545f2b0e1ff6af127865be5fe20872faa8 /server | |
| parent | [dnbd3] Include dnbd3-fuse (diff) | |
| parent | [cron] Fix path when copying crond binary (diff) | |
| download | tm-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')
| -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 |
