summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2015-07-27 13:55:41 +0200
committerSimon Rettberg2015-07-27 13:55:41 +0200
commit59afe94c8dfb1cddbcc14ed14d1e41936b2d66ce (patch)
tree8ec365a43d52a3b4f982f8a019d5a710767cbe97
parent[vbox] Regression to version 4; version 5 has no reliable USB autoconnect. (diff)
downloadtm-scripts-59afe94c8dfb1cddbcc14ed14d1e41936b2d66ce.tar.gz
tm-scripts-59afe94c8dfb1cddbcc14ed14d1e41936b2d66ce.tar.xz
tm-scripts-59afe94c8dfb1cddbcc14ed14d1e41936b2d66ce.zip
[auth-freiburg] Link user defined mime mappings
-rwxr-xr-xremote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open5
1 files changed, 0 insertions, 5 deletions
diff --git a/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open b/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
index 691210d8..c64a2ed7 100755
--- a/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
+++ b/remote/modules/pam/data/opt/openslx/scripts/pam_script_ses_open
@@ -13,10 +13,5 @@ if [ "x$PAM_SERVICE" != "xsu" -a "x$PAM_SERVICE" != "xsudo" ]; then
fi
fi
-# add user to vboxusers group, if it exists
-if getent group vboxusers; then
- addgroup "$PAM_USER" vboxusers
-fi
-
exit 0