Multiple LDAP user_dn_template searches alternativly use ldap and native together

Neo4J version 5.18.x Enterprise

We are testing LDAP authentication and authorization and it has proven to be working for authentication against one "dn".

What we want to do is authenticate both "users" and "systemaccounts".

This is what we do to authenticate users:
NEO4J_dbms_security_ldap_authentication_user__dn__template='uid={0},ou=people,dc=X,dc=X'

This is what we do to authenticate systemaccounts:
NEO4J_dbms_security_ldap_authentication_user__dn__template='uid={0},ou=systemusers,ou=system,dc=X,dc=X'

Both working separately, but can we combine both? Is this possible?

Regards Peter