Helps to use right dn
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
o: "{{ ldap_org_name }}"
|
o: "{{ ldap_org_name }}"
|
||||||
args:
|
args:
|
||||||
server_uri: "{{ ldap_uri }}"
|
server_uri: "{{ ldap_uri }}"
|
||||||
bind_dn: "{{ ldap_directory_bind_dn }}"
|
bind_dn: "{{ ldap_admin_dn }}"
|
||||||
bind_pw: "{{ ldap_directory_bind_pw }}"
|
bind_pw: "{{ ldap_admin_pw }}"
|
||||||
start_tls: yes
|
start_tls: yes
|
||||||
|
|
||||||
- name: Create base OUs
|
- name: Create base OUs
|
||||||
|
|||||||
Reference in New Issue
Block a user