summaryrefslogtreecommitdiffstats
path: root/server/modules/pam-freiburg/opt
Commit message (Collapse)AuthorAgeFilesLines
* [auth-freiburg] renamed 'pam-freiburg' to 'auth-freiburg' since the module ↵Jonathan Bauer2015-02-041-99/+0Star
| | | | does more than just pam
* [pam-freiburg] verbose mountSimon Rettberg2014-12-051-2/+2
|
* [pam-freiburg] minorJonathan Bauer2014-07-011-1/+1
|
* [pam-freiburg] fix files not being executableJonathan Bauer2014-07-011-1/+1
| | | | default file mode 0600 --> 0700
* [pam-freiburg] fix nfs4 not beeing used as fallbackJonathan Bauer2014-06-271-1/+1
|
* [pam-fr] fix locking problemsJonathan Bauer2014-06-131-4/+2Star
|
* [pam-fr] disable CIFS for now, as it breaks firefox for certain users...Jonathan Bauer2014-06-131-1/+3
|
* [pam-freiburg] dont exec the cifs part if no cifs volume is foundJonathan Bauer2014-05-191-24/+25
|
* [pam-freiburg] updated pam_script_mount_persistent to CIFSJonathan Bauer2014-05-191-25/+61
|
* [pam-fr] dont delete WIP file while its beeing sentJonathan Bauer2014-02-041-4/+5
|
* [pam] moved pam_script_auth to generic pam moduleJonathan Bauer2014-01-231-65/+0Star
|
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-221-0/+65
| | | | session.
* Rework session handling wrt home directory mounting and persistence again. ↵Simon Rettberg2013-12-201-34/+0Star
| | | | Don't try to force a user's home to /home/<username> anymore.
* [pam-freiburg] Try harder to get machine ticket, continue mounting if ↵Simon Rettberg2013-12-191-4/+5
| | | | there's already a machine ticket from a previous session
* [pam*] user context script: Added .thunderbird (requested via support)Christian Rößler2013-12-161-1/+1
|
* [pam-offenburg] Adapt to new pam_script_* formatSimon Rettberg2013-12-161-2/+3
|
* [pam*] Add user-context script execution on session openSimon Rettberg2013-12-162-16/+54
|
* [pam-freiburg] Fix mounting of homes from sunfs6Simon Rettberg2013-12-121-17/+21
|
* [pam] fix mount optionsJonathan Bauer2013-11-281-3/+1Star
|
* [pam-freiburg] slxlog msgs for pam-freiburg home directory mountingJonathan Bauer2013-11-281-19/+14Star
|
* [pam-freiburg] moved filesJonathan Bauer2013-11-262-66/+0Star
|
* [pam-freiburg] improved the pam-script scripts: each user now gets aJonathan Bauer2013-11-262-65/+83
| | | | | tmpfs home directory and the script then tries to mount the persistent home as scripted in pam_script_mount_persistent
* [pam-freiburg] create simply home directory for demo user.Jonathan Bauer2013-11-251-3/+6
|
* [pam-freiburg] update to home directory structure: /home/user is now aJonathan Bauer2013-11-252-20/+77
| | | | | | tmpfs and the home directory will be mounted on /home/user/PERSISTENT. Added functionality to kill all remaining processes of a user, when he closes his last session.
* [pam-freiburg] added check for hung mount home directory stuffJonathan Bauer2013-11-141-6/+9
|
* [pam-freiburg] Sanity checks for home directory mounting. Abort if either ↵Jonathan Bauer2013-10-081-0/+3
| | | | FILESERVER or VOLUME is empty after asking the LDAP-Server
* workaround part 2Jonathan Bauer2013-09-302-0/+40
|
* workaround for permissions fix not working. ..Jonathan Bauer2013-09-302-40/+0Star
|
* [pam-freiburg] fix permissionJonathan Bauer2013-09-302-1/+2
|
* [pam-freiburg] Prevent pam_script from preventing the systemd session to ↵Simon Rettberg2013-09-301-8/+0Star
| | | | close ;o)
* [pam-freiburg] hacky umounting of home directory upon closing of last sessionJonathan Bauer2013-08-151-4/+7
|
* [pam-mount] don't try to mount home directory if its already mountedJonathan Bauer2013-08-071-0/+5
|
* [server] added new parameter for export target. Use: ./mltk server <ip> ↵Jonathan Bauer2013-07-312-0/+39
stage32 -e stage32 <config>. Added function in export_target to pack an archive with all the files found in activated modules of server/configs/<config>