Enable enumeration

This commit is contained in:
Patrick Toal
2019-07-26 14:28:02 -04:00
parent 00fc1e97b9
commit e26093a848

View File

@@ -15,6 +15,15 @@
when: ansible_os_family == 'RedHat' 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 # - name: Create minecraft group
# become: true # become: true
# group: name=minecraft state=present system=yes # group: name=minecraft state=present system=yes