Skip to content

Commit

Permalink
fix(config): Allow LDAP access from httpd for auth (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 15, 2024
1 parent df0dea4 commit d901601
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/config/tasks/user_directories.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
- name: 'RaBe Zabbix : Config : User Directory : Allow LDAP in SELinux'
ansible.posix.seboolean:
name: httpd_can_connect_ldap
state: on
persistent: true
become: true

- name: 'RaBe Zabbix : Config : User Directory : LDAP'
vars:
ansible_network_os: community.zabbix.zabbix
Expand Down

0 comments on commit d901601

Please sign in to comment.