alan-turing-institute / data-safe-haven

https://data-safe-haven.readthedocs.io
BSD 3-Clause "New" or "Revised" License
57 stars 15 forks source link

Update PAM auth missing #2120

Closed jemrobinson closed 1 month ago

jemrobinson commented 1 month ago

:white_check_mark: Checklist

:computer: System information

:package: Packages

List of packages ```none Paste list of packages here ```

:no_entry_sign: Describe the problem

The Update PAM Auth handler is called by ansible, but this was removed as part of #2108. Either this handler should be restored or the notify call should be removed.

:deciduous_tree: Log messages

Relevant log messages ```none workspace-01 python3[33306]: ansible-community.general.pamd Invoked with name=common-session type=session control=optional module_path=pam_systemd.so new_type=session new_control=optional new_module_path=pam_mkhomedir.so module_arguments=['skel=/etc/skel umask=0022'] state=after path=/etc/pam.d backup=False workspace-01 desired_state.sh[5047]: ERROR! The requested handler 'Update PAM auth' was not found in either the main handlers list nor in the listening handlers list ```

:recycle: To reproduce

Attempt to deploy an SRE from this branch.

jemrobinson commented 1 month ago

Closed by #2122