diff options
| author | Jonathan Bauer | 2016-04-20 14:42:01 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2016-04-20 14:42:01 +0200 |
| commit | 42ef3a46ad027590f4dc14577aa9403eb04a557d (patch) | |
| tree | cbf0de0f0632c8bb27c83c7bd8ca6b0132959402 | |
| parent | [pam-bwidm] cancel bwIDM login if SLX_BWIDM_AUTH is not set/not yes (diff) | |
| download | tm-scripts-42ef3a46ad027590f4dc14577aa9403eb04a557d.tar.gz tm-scripts-42ef3a46ad027590f4dc14577aa9403eb04a557d.tar.xz tm-scripts-42ef3a46ad027590f4dc14577aa9403eb04a557d.zip | |
[pam-bwidm] fix perms
| -rwxr-xr-x | remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm b/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm index 4a6fc132..62b99bbc 100755 --- a/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm +++ b/remote/modules/pam-bwidm/data/opt/openslx/scripts/pam_bwidm @@ -4,7 +4,7 @@ # We expect the username in the form: username@organisation # If it is in that form, we will query the masterserver for the list # of supported IdPs and if one matches the user's organisation -# we will try to authenticate against it +# we will try to authenticate against it. # check if we are allowed to run . /opt/openslx/config |
