File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
roles/config/cluster/base/templates/configs Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,7 @@ RANGER:
141141 ranger.usersync.group.objectclass: "{{ auth_provider.ldap_object_class.group }}"
142142 ranger.usersync.group.searchbase: "{{ auth_provider.ldap_search_base.group | default('') }}"
143143 ranger.usersync.ldap.binddn: "{{ auth_provider.ldap_bind_user_dn }}"
144- ranger.usersync.ldap.searchBase: "{{ auth_provider.ldap_search_base.common | default('') }}"
145144 ranger.usersync.ldap.url: "{{ auth_provider.ldap_url }}"
146- ranger.usersync.ldap.user.groupnameattribute: "{{ auth_provider.ldap_attribute.group }}"
147145 ranger.usersync.ldap.user.nameattribute: "{{ auth_provider.ldap_attribute.user }}"
148146 ranger.usersync.ldap.user.objectclass: "{{ auth_provider.ldap_object_class.user }}"
149147 ranger.usersync.ldap.user.searchbase: "{{ auth_provider.ldap_search_base.user | default('') }}"
You can’t perform that action at this time.
0 commit comments