Skip to content

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

@marde16

Description

@marde16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions