mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved certificate bug
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
bind_pw: "{{ ldap.bind_credential }}"
|
||||
attributes:
|
||||
objectClass: "{{ ldap.user_objects }}"
|
||||
mail: "{{ item.value.email }}"
|
||||
mail: "{{ item.value.email }}"
|
||||
state: exact # ‘exact’ is safest for single-valued attributes
|
||||
loop: "{{ users | dict2items }}"
|
||||
loop_control:
|
||||
|
Reference in New Issue
Block a user