summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of 10.4.9.58:/root/mltk-oldkernelSimon Rettberg2018-06-272-4/+11
|\
| * [pam-slx-plug] Write user's LDAP attributes to .openslx/ldapSimon Rettberg2018-06-272-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 issuesSimon Rettberg2018-06-181-2/+3
| |
* | [pam-slx-plug] Create directories to shut up ldapsearchSimon Rettberg2018-06-181-1/+1
|/
* [pam-slx-plug] Always export PERSISTENT_NETPATHSimon Rettberg2018-05-231-7/+8
|
* [*] LDAP_DOMAIN_OVERRIDE -> SHARE_DOMAINJonathan Bauer2018-04-112-3/+3
|
* [pam-slx-plug] Set proper file mode on generated configsSimon Rettberg2018-04-031-0/+4
|
* [pam/rfs-stage32/pam-slx-plug] Only overwrite pam/nsswitch files that have ↵Simon Rettberg2018-03-141-52/+62
| | | | <slx-autogen>
* [pam-slx-plug] Change location of user's krb5 CCSimon Rettberg2018-03-131-1/+1
|
* [pam-slx-plug] Fix typo (krb5.conf)Simon Rettberg2018-03-131-1/+1
|
* [pam-slx-plug/run-virt] Create a usable shares file for run-virtSimon Rettberg2018-03-101-1/+5
| | | | Global /opt/openslx/inc/shares is legacy fallback only
* [pam/runvirt/..] Move .account and .home into .openslx subdirectorySimon Rettberg2018-03-101-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 handlingSimon Rettberg2018-03-091-2/+29
|
* [pam-slx-plug] Move session killing and home unmount from "pam" to this moduleSimon Rettberg2018-03-091-0/+64
|
* [pam-slx-plug] Add generic /etc/ldap.confSimon Rettberg2018-03-093-0/+6
|
* [pam-slx-plug] Fix typo in sssd.conf templateSimon Rettberg2018-03-091-1/+1
|
* [pam-slx-plug] fix variable naming issues/mismatchSimon Rettberg2018-03-093-4/+7
|
* [pam-slx-plug] Add missing homeDirectory to ldapsearch, fix mount.d pathSimon Rettberg2018-03-092-3/+3
|
* [pam-slx-plug] Set USER_DN on successful auth; move to basic.targetSimon Rettberg2018-03-094-2/+4
|
* [pam-slx-plug] Handle sssd.conf generationSimon Rettberg2018-03-091-7/+76
|
* [pam-slx-plug] Starting to separate some of the pam/nsswitch logic out of ↵Simon Rettberg2018-03-0812-0/+727
sssd/pam Preparation for our own ldap/ad login handling, sssd will only be used for nsswitch related stuff and fallback.