Fixes default ldap group to role mapping file
Description: This fixes the name of the default file for group to role mapping. It was missing the extension Fixes https://github.com/elasticsearch/elasticsearch-shield/issues/223 Original commit: elastic/x-pack-elasticsearch@9ffcafd41e
This commit is contained in:
parent
836540455a
commit
91bbc5b2ea
|
@ -33,7 +33,7 @@ import java.util.*;
|
|||
*/
|
||||
public class LdapGroupToRoleMapper extends AbstractComponent {
|
||||
|
||||
public static final String DEFAULT_FILE_NAME = "role_mapping";
|
||||
public static final String DEFAULT_FILE_NAME = "role_mapping.yml";
|
||||
public static final String ROLE_MAPPING_FILE_SETTING = "files.role_mapping";
|
||||
public static final String USE_UNMAPPED_GROUPS_AS_ROLES_SETTING = "unmapped_groups_as_roles";
|
||||
|
||||
|
|
Loading…
Reference in New Issue