Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of 10.4.9.58:/root/mltk-oldkernel | Simon Rettberg | 2018-06-27 | 2 | -4/+11 |
|\ | |||||
| * | [pam-slx-plug] Write user's LDAP attributes to .openslx/ldap | Simon Rettberg | 2018-06-27 | 2 | -4/+11 |
| | | | | | | | | | | | | Also qury transitive group memberships of AD servers by setting the search base to the user's DN and then limiting the search scope to "base" | ||||
* | | [pam-slx-plug] Fix minor logging issues | Simon Rettberg | 2018-06-18 | 1 | -2/+3 |
| | | |||||
* | | [pam-slx-plug] Create directories to shut up ldapsearch | Simon Rettberg | 2018-06-18 | 1 | -1/+1 |
|/ | |||||
* | [pam-slx-plug] Always export PERSISTENT_NETPATH | Simon Rettberg | 2018-05-23 | 1 | -7/+8 |
| | |||||
* | [*] LDAP_DOMAIN_OVERRIDE -> SHARE_DOMAIN | Jonathan Bauer | 2018-04-11 | 2 | -3/+3 |
| | |||||
* | [pam-slx-plug] Set proper file mode on generated configs | Simon Rettberg | 2018-04-03 | 1 | -0/+4 |
| | |||||
* | [pam/rfs-stage32/pam-slx-plug] Only overwrite pam/nsswitch files that have ↵ | Simon Rettberg | 2018-03-14 | 1 | -52/+62 |
| | | | | <slx-autogen> | ||||
* | [pam-slx-plug] Change location of user's krb5 CC | Simon Rettberg | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | [pam-slx-plug] Fix typo (krb5.conf) | Simon Rettberg | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | [pam-slx-plug/run-virt] Create a usable shares file for run-virt | Simon Rettberg | 2018-03-10 | 1 | -1/+5 |
| | | | | Global /opt/openslx/inc/shares is legacy fallback only | ||||
* | [pam/runvirt/..] Move .account and .home into .openslx subdirectory | Simon Rettberg | 2018-03-10 | 1 | -6/+7 |
| | | | | | | Create separate tmpfs for .openslx to make sure the user cannot rename, edit or remove the files. It's a subdir of $HOME which has 0700, so no other user will be able to read it. | ||||
* | [pam-slx-plug] Implement session open/close handling | Simon Rettberg | 2018-03-09 | 1 | -2/+29 |
| | |||||
* | [pam-slx-plug] Move session killing and home unmount from "pam" to this module | Simon Rettberg | 2018-03-09 | 1 | -0/+64 |
| | |||||
* | [pam-slx-plug] Add generic /etc/ldap.conf | Simon Rettberg | 2018-03-09 | 3 | -0/+6 |
| | |||||
* | [pam-slx-plug] Fix typo in sssd.conf template | Simon Rettberg | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | [pam-slx-plug] fix variable naming issues/mismatch | Simon Rettberg | 2018-03-09 | 3 | -4/+7 |
| | |||||
* | [pam-slx-plug] Add missing homeDirectory to ldapsearch, fix mount.d path | Simon Rettberg | 2018-03-09 | 2 | -3/+3 |
| | |||||
* | [pam-slx-plug] Set USER_DN on successful auth; move to basic.target | Simon Rettberg | 2018-03-09 | 4 | -2/+4 |
| | |||||
* | [pam-slx-plug] Handle sssd.conf generation | Simon Rettberg | 2018-03-09 | 1 | -7/+76 |
| | |||||
* | [pam-slx-plug] Starting to separate some of the pam/nsswitch logic out of ↵ | Simon Rettberg | 2018-03-08 | 12 | -0/+727 |
sssd/pam Preparation for our own ldap/ad login handling, sssd will only be used for nsswitch related stuff and fallback. |