summaryrefslogtreecommitdiffstats
path: root/core/modules/pam-slx-plug/data/opt/openslx/pam/systemd/create-pam-config
Commit message (Collapse)AuthorAgeFilesLines
* Add more log output to a couple of systemd startup scriptsSimon Rettberg2023-07-271-3/+17
|
* [pam-slx-plug] fix exec_auth_final always exitingJonathan Bauer2020-01-141-1/+1
| | | | Password was not passed to it, thus it would never reach the hooks...
* [pam-slx-plug] Change order in common-account: Move pam_unix before usSimon Rettberg2019-09-101-3/+3
| | | | | Our script does make round trips to LDAP under certain conditions which is slow, so try pam_unix first.
* [pam-slx-plug] Add auth-final-exec hookSimon Rettberg2019-06-281-0/+1
| | | | | | | | | | On successful authentication, run everything in dir /opt/openslx/pam/hooks/auth-final-exec.d This applies no matter which authentication module succeeded, contrary to the old pam_script_auth.d directory. Note that the password is NOT exposed in this hook, and it is only run if the pam stack is executing in root context.
* [*] LDAP_DOMAIN_OVERRIDE -> SHARE_DOMAINJonathan Bauer2018-04-111-1/+1
|
* [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] Fix typo in sssd.conf templateSimon Rettberg2018-03-091-1/+1
|
* [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-081-0/+121
sssd/pam Preparation for our own ldap/ad login handling, sssd will only be used for nsswitch related stuff and fallback.