| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pam] fix stupid lightdm recursive bug by ignoring sessions where ↵ | Jonathan Bauer | 2016-09-08 | 2 | -0/+5 |
| | | | | | PAM_SERVICE='.*greeter' | ||||
| * | [pam] Clean up pam_script_auth, don't exit on noncritical errors | Simon Rettberg | 2016-02-24 | 1 | -54/+76 |
| | | |||||
| * | [pam] Restructured session close script (pkill & umount part) | Simon Rettberg | 2015-12-26 | 1 | -52/+48![]() |
| | | |||||
| * | [pam] Add .d directory support to pam_script_ses_open/close | Simon Rettberg | 2015-12-04 | 2 | -0/+16 |
| | | |||||
| * | brainfart | Simon Rettberg | 2015-09-13 | 1 | -3/+3 |
| | | |||||
| * | Fix absolute pathes not working with stage32 only | Simon Rettberg | 2015-09-13 | 1 | -15/+8![]() |
| | | |||||
| * | [auth-freiburg] Link user defined mime mappings | Simon Rettberg | 2015-07-27 | 1 | -5/+0![]() |
| | | |||||
| * | Hardwired path of whoami/id/getent, but we should check all scripts and ↵ | Simon Rettberg | 2015-05-18 | 2 | -6/+6 |
| | | | | | force PATH in critical ones | ||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2015-05-15 | 2 | -3/+3 |
| |\ | |||||
| | * | [pam] fix annoying errors when logging out of ttys | Jonathan Bauer | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | loginctl only show graphically logged in users, not on ttys, therefore loginctl will fail when logging out of a tty and dump errors on stderr. Soon everything will be different but still cosmetics :) | ||||
| | * | [pam-common-share] removed bash specifics in pam-common-share scripts | Jonathan Bauer | 2015-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Compatibility improvements with ldadp and windows servers in mount scripts | Simon Rettberg | 2015-05-15 | 1 | -2/+18 |
| |/ | |||||
| * | [pam] don't log sudo in non-interactive sessions | Jonathan Bauer | 2015-01-30 | 1 | -0/+1 |
| | | |||||
| * | [pam-common-share] support for multiple shares | Jonathan Bauer | 2014-11-07 | 1 | -1/+1 |
| | | |||||
| * | [pam] added support for .d folders containing hook scripts | Jonathan Bauer | 2014-10-31 | 2 | -0/+21 |
| | | |||||
| * | [pam] support for common share mounting script in pam_script_auth | Jonathan Bauer | 2014-10-06 | 1 | -7/+41 |
| | | | | | | | | the actual common share mount script should be in /opt/openslx/scripts/pam_script_mount_common_share and should come from a server/module as it is at the very least institution-specific! | ||||
| * | don't split busybox applets in /usr. | Jonathan Bauer | 2014-07-01 | 3 | -3/+3 |
| | | | | | | | all busybox stuff is now under /bin and /sbin. We create links for all applets in stage32's /bin and /sbin. This fixes the "no such file" errors caused by hardcoded calls (e.g. /bin/rm) in a some binaries. | ||||
| * | [pam] increase user's home tmpfs to 1GB | Jonathan Bauer | 2014-06-27 | 1 | -1/+1 |
| | | | | | TODO: move the temp user home to /tmp | ||||
| * | [pam] tmpfs home now 200mb - WIP | Jonathan Bauer | 2014-06-26 | 1 | -1/+1 |
| | | |||||
| * | [pam] fix slxlog error when TEMP_HOME_DIR was previously created by a ↵ | Jonathan Bauer | 2014-06-02 | 1 | -2/+4 |
| | | | | | previous login | ||||
| * | [vbox] add PAM user to vboxusers group on session open (little corr.) | Christian Rößler | 2014-05-06 | 1 | -1/+1 |
| | | |||||
| * | [vbox] add PAM user to vboxusers on session open | Jonathan Bauer | 2014-05-05 | 1 | -0/+5 |
| | | |||||
| * | [pam] fix wrong permissions of temporary home dir | Jonathan Bauer | 2014-03-18 | 1 | -1/+1 |
| | | |||||
| * | Fix tmpfiles.d files to use 'd' not 'D' for directories | Simon Rettberg | 2014-02-05 | 1 | -1/+1 |
| | | | | | | | | 'D' would delete all the contents if it exists, which would pretty much break things if you trigger systemd-tmpfiles in a running system. 'd' just created the directory if it doesn't exist yet. | ||||
| * | [pam] fix condition for auto closing process of the user logging out | Jonathan Bauer | 2014-02-04 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2014-01-24 | 1 | -1/+1 |
| |\ | |||||
| | * | [pam] typo fix in WARNING.txt | Jonathan Bauer | 2014-01-23 | 1 | -1/+1 |
| | | | |||||
| * | | [pam] Define USER_UID in pam_auth script | Simon Rettberg | 2014-01-24 | 1 | -0/+1 |
| |/ | |||||
| * | Revert "[pam] fix?" | Jonathan Bauer | 2014-01-23 | 1 | -0/+1 |
| | | | | | This reverts commit 3cfec36e18e05291077fcd3084169de3b989a529. | ||||
| * | [pam] fix? | Jonathan Bauer | 2014-01-23 | 1 | -1/+0![]() |
| | | |||||
| * | [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg to | Jonathan Bauer | 2014-01-23 | 1 | -0/+1 |
| | | | | | generic pam module | ||||
| * | [pam] moved pam_script_auth to generic pam module | Jonathan Bauer | 2014-01-23 | 1 | -0/+65 |
| | | |||||
| * | [pam] changes: prepare home directory struct in pam-auth and not | Jonathan Bauer | 2014-01-22 | 1 | -58/+0![]() |
| | | | | | session. | ||||
| * | [pam] SLX_REMOTE_LOG_SESSIONS controls whether session open/close is logged, ↵ | Simon Rettberg | 2014-01-03 | 2 | -2/+12 |
| | | | | | anonymously logged, or not logged at all | ||||
| * | Rework session handling wrt home directory mounting and persistence again. ↵ | Simon Rettberg | 2013-12-20 | 3 | -32/+28![]() |
| | | | | | Don't try to force a user's home to /home/<username> anymore. | ||||
| * | Merge branch 'master' of dnbd3:openslx-ng/tm-scripts | Simon Rettberg | 2013-12-16 | 1 | -0/+74 |
| |\ | |||||
| | * | [pam] added pam_env.conf to data folder | Jonathan Bauer | 2013-12-16 | 1 | -0/+74 |
| | | | | | | | | | We now force HOME to be "/home/<user>". | ||||
| * | | [pam*] Add user-context script execution on session open | Simon Rettberg | 2013-12-16 | 2 | -10/+33 |
| |/ | |||||
| * | [pam] Fix session cleanup after last logout: su/sudo would not create a new ↵ | Simon Rettberg | 2013-12-12 | 1 | -0/+4 |
| | | | | | session with logind, so an active user session could have been killed | ||||
| * | [pam] add missing /etc/pam-script folder to basic pam module | Jonathan Bauer | 2013-12-12 | 2 | -0/+2 |
| | | |||||
| * | [pam] Tweak session close script as to not kill concurrent login sessions, ↵ | Simon Rettberg | 2013-12-07 | 1 | -14/+26 |
| | | | | | also fix the "are processes still running" check, it always returned true so far | ||||
| * | [pam] check if pam_script_ses_open is actually being called by root | Jonathan Bauer | 2013-12-04 | 1 | -0/+3 |
| | | |||||
| * | - | Simon Rettberg | 2013-12-02 | 1 | -1/+1 |
| | | |||||
| * | [pam] Warnings need to be hard links as vmware/windows chokes on symlinks | Simon Rettberg | 2013-12-02 | 1 | -3/+3 |
| | | |||||
| * | [pam] Fix link, make it relative | Simon Rettberg | 2013-12-02 | 1 | -1/+1 |
| | | |||||
| * | [pam] fix slxlog msg | Jonathan Bauer | 2013-12-02 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts | Jonathan Bauer | 2013-12-02 | 1 | -0/+6 |
| |\ | |||||
| | * | [pam] More warnings for user if homedir is not available | Simon Rettberg | 2013-12-02 | 1 | -0/+6 |
| | | | |||||
| * | | [pam] unneeded chmod | Jonathan Bauer | 2013-12-02 | 1 | -3/+1![]() |
| |/ | |||||
| * | [pam] lazy umount home directories | Jonathan Bauer | 2013-12-02 | 1 | -2/+2 |
| | | |||||

