We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tasks/pam.yml:
- name: configure passwdqc template: src: 'pam_passwdqd.j2' dest: '{{ passwdqc_path }}' mode: '0640' owner: 'root' group: 'root' when: (ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu') and os_auth_pam_passwdqc_enable`
Wrong permission, 0644 needed. Other screen locker can't unlock the display.
i3lock[1635]: PAM _pam_load_conf_file: unable to open config for system-auth
The text was updated successfully, but these errors were encountered:
fix wrong permissions passwdqc #170
b7c6bfe
Merge pull request #176 from dev-sec/pam_perms
bd5948b
Fixed in #176
Sorry, something went wrong.
fix wrong permissions passwdqc dev-sec#170
44e7431
Merge pull request dev-sec#176 from dev-sec/pam_perms
c8fe3ee
No branches or pull requests
tasks/pam.yml:
Wrong permission, 0644 needed. Other screen locker can't unlock the display.
i3lock[1635]: PAM _pam_load_conf_file: unable to open config for system-auth
The text was updated successfully, but these errors were encountered: