Authc Multiple AD Domains Equivalent

Hello I’m trying unsuccessfully to add multiple Domains in the config file.
What is the OD Equivalent of this X-pack Authc configuration?

xpack:
  security:
    authc:
      realms:
        native1:
          type: native
          order: 0
        active_directory1:
          type: active_directory
          order: 2
          domain_name: domain1xxxxxx
          url: ldap://xxxxxx:389
          unmapped_groups_as_roles: false
        active_directory2:
          type: active_directory
          order: 1
          domain_name: domain2xxxxxx
          url: ldap://xxxxxx:389
          unmapped_groups_as_roles: false
        active_directory3:
          type: active_directory
          order: 3
          domain_name: domain3xxxxxx
          url: ldap://xxxxxx:389
		  unmapped_groups_as_roles: false

Hello @nico007 !
I asked the same question on Search Guard forum and this was the answer :

Have a good day !
Thi

1 Like

@nico007 Did you get this resolved using above comment?

Yes it has, thank you