make it work on debian12
This commit is contained in:
@@ -1,19 +1,15 @@
|
||||
---
|
||||
- name: add synrepl entry
|
||||
ldap_attr:
|
||||
community.general.ldap_attrs:
|
||||
dn: "{{ ldap_database }}"
|
||||
name: "{{ item.name }}"
|
||||
values: "{{ item.value }}"
|
||||
loop:
|
||||
- name: olcSyncRepl
|
||||
value: |
|
||||
attributes:
|
||||
olcSyncRepl: |
|
||||
rid=001
|
||||
provider="{{ ldap_replication_provider_uri }}"
|
||||
binddn="cn={{ ldap_replication_account }},{{ ldap_suffix }}"
|
||||
binddn="{{ ldap_replication_account_dn }}"
|
||||
bindmethod="simple"
|
||||
credentials="{{ ldap_replication_password }}"
|
||||
searchbase="{{ ldap_suffix }}"
|
||||
type=refreshAndPersist
|
||||
retry="10 +"
|
||||
- name: olcUpdateRef
|
||||
value: "{{ ldap_provider_uri }}"
|
||||
olcUpdateRef: "{{ ldap_provider_uri }}"
|
||||
|
||||
Reference in New Issue
Block a user