Enable enumeration
This commit is contained in:
@@ -15,6 +15,15 @@
|
||||
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: enable LDAP enumeration in SSSD
|
||||
ini_file:
|
||||
section: domain/idm.toal.ca
|
||||
path: /etc/sssd/sssd.conf
|
||||
value: enumerate=yes
|
||||
state: present
|
||||
backup: yes # not required. Create a backup file including the timestamp information so you can get the original file back if you somehow clobbered it incorrectly.
|
||||
create: no
|
||||
|
||||
# - name: Create minecraft group
|
||||
# become: true
|
||||
# group: name=minecraft state=present system=yes
|
||||
|
||||
Reference in New Issue
Block a user