| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [pam] don't log sudo in non-interactive sessions | Jonathan Bauer | 2015-01-30 | 1 | -0/+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. | ||||
| * | 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 | ||||
| * | Rework session handling wrt home directory mounting and persistence again. ↵ | Simon Rettberg | 2013-12-20 | 1 | -1/+0![]() |
| | | | | | Don't try to force a user's home to /home/<username> anymore. | ||||
| * | [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 missing /etc/pam-script folder to basic pam module | Jonathan Bauer | 2013-12-12 | 2 | -0/+2 |
| | | |||||
| * | Switch to using /etc/tmpfiles.d for creating files/dirs in /run | Simon Rettberg | 2013-08-20 | 1 | -0/+2 |
| | | | | | Also added a sanity check after processing each module, which will abort if anything is placed in /run directly | ||||
| * | [pam] removed all freiburg specific configuration files from pam/data. ↵ | Jonathan Bauer | 2013-07-31 | 21 | -154/+5![]() |
| | | | | | backed up old data dir to 'data.old' | ||||
| * | [pam] moved pam-script scripts to /opt/openslx/scripts | Jonathan Bauer | 2013-07-31 | 2 | -39/+2![]() |
| | | |||||
| * | [pam] update README of non-persisent home directory skeleton | Jonathan Bauer | 2013-07-30 | 1 | -1/+7 |
| | | |||||
| * | [pam] remove debug messages from pam-script's scripts unless SLX_DEBUG is ↵ | Jonathan Bauer | 2013-07-11 | 1 | -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 Bauer | 2013-07-11 | 1 | -2/+4 |
| | | | | | gid (FREIBURG ONLY) | ||||
| * | [pam] refine the uid check for pam, to mount for all users with id > 1000 | Jonathan Bauer | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | [pam] Cleanup, formatting, force nscd usage in nsswitch.conf, set timeouts ↵ | Simon Rettberg | 2013-07-05 | 6 | -21/+27 |
| | | | | | for LDAP lookups | ||||
| * | [pam] add pam_env to the PAM stack (reads /etc/environment on session openning | Jonathan Bauer | 2013-07-04 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of git:openslx-ng/tm-scripts | Jonathan Bauer | 2013-07-03 | 3 | -13/+3![]() |
| |\ | |||||
| | * | [pam] Restart nscd after patching nsswitch.conf | Simon Rettberg | 2013-07-02 | 1 | -1/+3 |
| | | | |||||
| | * | [nscd] Move nscd related files from pam module to nscd module | Simon Rettberg | 2013-07-02 | 2 | -12/+0![]() |
| | | | |||||
| * | | [pam] add path to rfc_pipefs filesystem when executing rpc.gssd (needed to ↵ | Jonathan Bauer | 2013-07-03 | 1 | -1/+1 |
| |/ | | | | fix opensuse12.3 which has a different default path than Ubuntu......) | ||||
| * | [nscd] extra module for nscd, removed from pam module | Jonathan Bauer | 2013-07-02 | 2 | -91/+0![]() |
| | | |||||
| * | [pam] add nscd to pam module (might fix vmplayer issues on suse 12.3 64bit) | Jonathan Bauer | 2013-07-02 | 4 | -0/+103 |
| | | |||||
| * | [pam] krb5 support for home | Jonathan Bauer | 2013-06-27 | 4 | -4/+14 |
| | | |||||
| * | [pam] reverted to old pam config | Jonathan Bauer | 2013-06-21 | 3 | -7/+3![]() |
| | | |||||
| * | [pam] only umount if guid = 1001 (student) | Jonathan Bauer | 2013-06-20 | 2 | -2/+2 |
| | | |||||
| * | [pam] only try to mount for users whose guid is > 1000 | Jonathan Bauer | 2013-06-20 | 1 | -12/+16 |
| | | |||||
| * | [pam] added missing config file, added missing packets | Jonathan Bauer | 2013-06-19 | 1 | -0/+28 |
| | | |||||
| * | [pam] umount home dir upon session close | Jonathan Bauer | 2013-06-19 | 1 | -0/+2 |
| | | |||||
| * | [pam] scripts to be executed on session open/close by pam-script module | Jonathan Bauer | 2013-06-19 | 2 | -0/+24 |
| | | |||||
| * | [pam] home directory per kerberos (alpha) | Jonathan Bauer | 2013-06-18 | 11 | -13/+31 |
| | | |||||
| * | [pam] add config files for rpc services | Jonathan Bauer | 2013-06-18 | 4 | -0/+42 |
| | | |||||
| * | [pam] register login session at systemd-logind service | Jonathan Bauer | 2013-06-11 | 1 | -0/+1 |
| | | |||||
| * | ... | Jonathan Bauer | 2013-05-23 | 1 | -1/+1 |
| | | |||||
| * | fix nss-ldap-sed-expr | Jonathan Bauer | 2013-05-23 | 1 | -1/+1 |
| | | |||||
| * | minor | Jonathan Bauer | 2013-05-23 | 2 | -3/+2![]() |
| | | |||||
| * | Merge branch 'master' of git:openslx-ng/tm-scripts | Jonathan Bauer | 2013-05-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Remove ldap in initial nsswitch conf, will be added after udev started up | Simon Rettberg | 2013-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | Update to systemd 204 Remove some systemd services that don't make sense in our setup Add own sysctl defaults | ||||
| * | | activate nss-ldap lookups before login | Jonathan Bauer | 2013-05-23 | 1 | -0/+8 |
| | | | |||||
| * | | fix LDAP login: remove ldap lookup for groups | Jonathan Bauer | 2013-05-23 | 1 | -2/+2 |
| |/ | |||||
| * | dummy file for /etc/skel | Jonathan Bauer | 2013-05-14 | 1 | -0/+1 |
| | | |||||
| * | ldap fix for suse | Jonathan Bauer | 2013-05-09 | 2 | -1/+2 |
| | | |||||
| * | several suse fixes (login etc) | Simon Rettberg | 2013-04-24 | 2 | -0/+16 |
| | | |||||
| * | PAM: first check unix, then LDAP | Jonathan Bauer | 2013-04-12 | 3 | -6/+6 |
| | | |||||
| * | nsswitch | Jonathan Bauer | 2013-04-12 | 1 | -0/+19 |
| | | |||||
| * | fuix pam configs | Jonathan Bauer | 2013-04-12 | 5 | -16/+16 |
| | | |||||
| * | fahflashf | Jonathan Bauer | 2013-04-12 | 10 | -0/+296 |
| | | |||||
| * | foo | Jonathan Bauer | 2013-04-12 | 1 | -0/+26 |
| | | |||||
| * | foo | Jonathan Bauer | 2013-04-12 | 1 | -0/+7 |
| | | |||||
| * | foo | Jonathan Bauer | 2013-04-12 | 1 | -0/+8 |

