now we can set up server uri, group and user branches
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
---
|
||||
- name: "add ldap ou ou={{ org }},{{ ldap_base }}"
|
||||
community.general.ldap_entry:
|
||||
dn: "ou={{ org }},{{ ldap_base }}"
|
||||
bind_dn: "{{ ldap_binddn }}"
|
||||
bind_pw: "{{ ldap_bindpwd }}"
|
||||
server_uri: "{{ nlu_ldap_uri }}"
|
||||
dn: "ou={{ org }},{{ nlu_ldap_base }}"
|
||||
bind_dn: "{{ nlu_ldap_binddn }}"
|
||||
bind_pw: "{{ nlu_ldap_bindpw }}"
|
||||
objectClass:
|
||||
- organizationalUnit
|
||||
- top
|
||||
|
||||
Reference in New Issue
Block a user