Skip to content

Commit

Permalink
fix(config): Set authlogin_nsswitch_use_ldap SELinux boolean to allow…
Browse files Browse the repository at this point in the history
… logging in from the web (#45)
  • Loading branch information
hairmare authored Dec 27, 2024
1 parent c38ca4d commit 0399605
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/config/tasks/user_directories.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
- name: "RaBe Zabbix : Config : User Directory : Allow LDAP in SELinux"
ansible.posix.seboolean:
name: httpd_can_connect_ldap
name: "{{ item }}"
state: true
persistent: true
become: true
with_items:
- httpd_can_connect_ldap
- authlogin_nsswitch_use_ldap

- name: "RaBe Zabbix : Config : User Directory : LDAP"
vars:
Expand Down

0 comments on commit 0399605

Please sign in to comment.