HCL-TECH-SOFTWARE / connections-automation

Deployment and upgrade automation scripts for HCL Connections 7.0 based on Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please unify variable guid and the usage of variables in invite config

marde16 opened this issue · comments

The setup_invite_config tasks already use a variable for the ldap guid called ldap_guid_field( and there is a ldaps port called ldap_ssl_port )

Unfortunately these variables aren't documented in the variables overview - why I defined ldap_map_guid variable in my PR ( #293 )

__ldap_map_guid: "{{ ldap_map_guid | default('entryUUID') }}"
__ldap_map_uid: "{{ ldap_map_uid | default('uid') }}"

In my opinion here it needs some steps for a standardization:

... and the variable ldap_ssl_port can be used in the issue " LDAP ports hardcoded #276 ", too.