summaryrefslogtreecommitdiffstats
path: root/remote/modules/pam
Commit message (Collapse)AuthorAgeFilesLines
...
* [pam] changes: prepare home directory struct in pam-auth and notJonathan Bauer2014-01-221-58/+0Star
| | | | session.
* [pam] corrected pam.conf.opensuseChristian Rößler2014-01-211-3/+1Star
|
* [pam] nss-ldap -> nss-ldapdSimon Rettberg2014-01-176-10/+30
|
* [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
|
* [pam] do not kill root processes on logout :)Jonathan Bauer2013-12-021-0/+3
|
* [pam] add a timeout for pkill checkJonathan Bauer2013-12-021-3/+6
|
* [diverse modules] data dir: Changes shebangs to /bin/ashChristian Rößler2013-11-292-2/+2
|
* [pam] fix missing export PATH for pam-closeJonathan Bauer2013-11-281-1/+2
|
* [pam] fix missing variableJonathan Bauer2013-11-281-0/+1
|
* [pam] slxlog for global pam scriptJonathan Bauer2013-11-281-12/+19
|
* [pam] Remote logging of login/outSimon Rettberg2013-11-272-9/+18
|
* [pam] do not create tmpfs not mount persistent stuff for rootJonathan Bauer2013-11-261-0/+3
|
* [pam] moved generic files back to pam module data directoryJonathan Bauer2013-11-262-0/+66
|
* Make sure pam_ck_connector is required by and included in the consolekit ↵Simon Rettberg2013-09-301-1/+0Star
| | | | | | module on all platforms (Previously it was in consolekit on suse and pam on ubuntu... -.-)
* * Add debian support *Simon Rettberg2013-09-301-0/+49
|
* Switch to using /etc/tmpfiles.d for creating files/dirs in /runSimon Rettberg2013-08-202-14/+3Star
| | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly
* [pam] removed old data dir...Jonathan Bauer2013-07-3132-525/+0Star
|
* [pam] removed all freiburg specific configuration files from pam/data. ↵Jonathan Bauer2013-07-3136-12/+349
| | | | backed up old data dir to 'data.old'
* [pam] moved pam-script scripts to /opt/openslx/scriptsJonathan Bauer2013-07-316-41/+41
|
* [pam] update README of non-persisent home directory skeletonJonathan Bauer2013-07-301-1/+7
|
* [pam] update configsJonathan Bauer2013-07-293-58/+52Star
|
* [pam] add ncp support for HS-OffenburgJonathan Bauer2013-07-121-0/+7
|
* [pam] remove debug messages from pam-script's scripts unless SLX_DEBUG is ↵Jonathan Bauer2013-07-111-2/+2
| | | | set. TODO enable SLX_DEBUG variable in config
* [pam] fix the umounting of user's home directory with the correct check for ↵Jonathan Bauer2013-07-111-2/+4
| | | | gid (FREIBURG ONLY)
* [pam] fix location of pam_script.so on suse 64biotJonathan Bauer2013-07-091-1/+6
|
* [pam] refine the uid check for pam, to mount for all users with id > 1000Jonathan Bauer2013-07-091-1/+1
|
* Added devel files for building pam-script, see Ticket #463 ...Dirk2013-07-062-0/+2
|
* [pam] build pam-script from sourceJonathan Bauer2013-07-052-3/+10
|
* [pam] Cleanup, formatting, force nscd usage in nsswitch.conf, set timeouts ↵Simon Rettberg2013-07-056-21/+27
| | | | for LDAP lookups
* [pam] add pam_env to the PAM stack (reads /etc/environment on session openningJonathan Bauer2013-07-041-0/+1
|
* Merge branch 'master' of git:openslx-ng/tm-scriptsJonathan Bauer2013-07-034-14/+5Star
|\
| * [pam] Restart nscd after patching nsswitch.confSimon Rettberg2013-07-021-1/+3
| |
| * [nscd] Move nscd related files from pam module to nscd moduleSimon Rettberg2013-07-023-13/+2Star
| |
* | [pam] add path to rfc_pipefs filesystem when executing rpc.gssd (needed to ↵Jonathan Bauer2013-07-031-1/+1
|/ | | | fix opensuse12.3 which has a different default path than Ubuntu......)