summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam/data
Commit message (Collapse)AuthorAgeFilesLines
* [pam] fix stupid lightdm recursive bug by ignoring sessions where ↵Jonathan Bauer2016-09-082-0/+5
| | | | PAM_SERVICE='.*greeter'
* [pam] Clean up pam_script_auth, don't exit on noncritical errorsSimon Rettberg2016-02-241-54/+76
|
* [pam] Restructured session close script (pkill & umount part)Simon Rettberg2015-12-261-52/+48Star
|
* [pam] Add .d directory support to pam_script_ses_open/closeSimon Rettberg2015-12-042-0/+16
|
* brainfartSimon Rettberg2015-09-131-3/+3
|
* Fix absolute pathes not working with stage32 onlySimon Rettberg2015-09-131-15/+8Star
|
* [auth-freiburg] Link user defined mime mappingsSimon Rettberg2015-07-271-5/+0Star
|
* Hardwired path of whoami/id/getent, but we should check all scripts and ↵Simon Rettberg2015-05-182-6/+6
| | | | force PATH in critical ones
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2015-05-152-3/+3
|\
| * [pam] fix annoying errors when logging out of ttysJonathan Bauer2015-04-071-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 scriptsJonathan Bauer2015-04-021-1/+1
| |
* | Compatibility improvements with ldadp and windows servers in mount scriptsSimon Rettberg2015-05-151-2/+18
|/
* [pam] don't log sudo in non-interactive sessionsJonathan Bauer2015-01-301-0/+1
|
* [pam-common-share] support for multiple sharesJonathan Bauer2014-11-071-1/+1
|
* [pam] added support for .d folders containing hook scriptsJonathan Bauer2014-10-312-0/+21
|
* [pam] support for common share mounting script in pam_script_authJonathan Bauer2014-10-061-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 Bauer2014-07-013-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 1GBJonathan Bauer2014-06-271-1/+1
| | | | TODO: move the temp user home to /tmp
* [pam] tmpfs home now 200mb - WIPJonathan Bauer2014-06-261-1/+1
|
* [pam] fix slxlog error when TEMP_HOME_DIR was previously created by a ↵Jonathan Bauer2014-06-021-2/+4
| | | | previous login
* [vbox] add PAM user to vboxusers group on session open (little corr.)Christian Rößler2014-05-061-1/+1
|
* [vbox] add PAM user to vboxusers on session openJonathan Bauer2014-05-051-0/+5
|
* [pam] fix wrong permissions of temporary home dirJonathan Bauer2014-03-181-1/+1
|
* Fix tmpfiles.d files to use 'd' not 'D' for directoriesSimon Rettberg2014-02-051-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 outJonathan Bauer2014-02-041-1/+1
|
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2014-01-241-1/+1
|\
| * [pam] typo fix in WARNING.txtJonathan Bauer2014-01-231-1/+1
| |
* | [pam] Define USER_UID in pam_auth scriptSimon Rettberg2014-01-241-0/+1
|/
* Revert "[pam] fix?"Jonathan Bauer2014-01-231-0/+1
| | | | This reverts commit 3cfec36e18e05291077fcd3084169de3b989a529.
* [pam] fix?Jonathan Bauer2014-01-231-1/+0Star
|
* [pam/pam-freiburg] moved symlinks to pam scripts from pam-freiburg toJonathan Bauer2014-01-231-0/+1
| | | | generic pam module
* [pam] moved pam_script_auth to generic pam moduleJonathan Bauer2014-01-231-0/+65
|
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-221-58/+0Star
| | | | session.
* [pam] SLX_REMOTE_LOG_SESSIONS controls whether session open/close is logged, ↵Simon Rettberg2014-01-032-2/+12
| | | | anonymously logged, or not logged at all
* Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-203-32/+28Star
| | | | Don't try to force a user's home to /home/<username> anymore.
* Merge branch 'master' of dnbd3:openslx-ng/tm-scriptsSimon Rettberg2013-12-161-0/+74
|\
| * [pam] added pam_env.conf to data folderJonathan Bauer2013-12-161-0/+74
| | | | | | | | We now force HOME to be "/home/<user>".
* | [pam*] Add user-context script execution on session openSimon Rettberg2013-12-162-10/+33
|/
* [pam] Fix session cleanup after last logout: su/sudo would not create a new ↵Simon Rettberg2013-12-121-0/+4
| | | | session with logind, so an active user session could have been killed
* [pam] add missing /etc/pam-script folder to basic pam moduleJonathan Bauer2013-12-122-0/+2
|
* [pam] Tweak session close script as to not kill concurrent login sessions, ↵Simon Rettberg2013-12-071-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 rootJonathan Bauer2013-12-041-0/+3
|
* -Simon Rettberg2013-12-021-1/+1
|
* [pam] Warnings need to be hard links as vmware/windows chokes on symlinksSimon Rettberg2013-12-021-3/+3
|
* [pam] Fix link, make it relativeSimon Rettberg2013-12-021-1/+1
|
* [pam] fix slxlog msgJonathan Bauer2013-12-021-1/+1
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tm-scriptsJonathan Bauer2013-12-021-0/+6
|\
| * [pam] More warnings for user if homedir is not availableSimon Rettberg2013-12-021-0/+6
| |
* | [pam] unneeded chmodJonathan Bauer2013-12-021-3/+1Star
|/
* [pam] lazy umount home directoriesJonathan Bauer2013-12-021-2/+2
|