Solved certificate bug

This commit is contained in:
2025-04-29 03:01:45 +02:00
parent e5e394d470
commit 25952fc7e9
11 changed files with 28 additions and 35 deletions

View File

@@ -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: