Neo4J v5.18 combining ldap and native authentication

Neo4J v5.18.x Enterprise.

We have been unsuccesfull in combining two ldap dn searches:
NEO4J_dbms_security_ldap_authentication_user__dn__template='uid={0},ou=people,dc=X,dc=X' and NEO4J_dbms_security_ldap_authentication_user__dn__template='uid={0},ou=systemaccounts,ou=system,dc=X,dc=X'

As a result of this i asked a question how to use two in another post.
If combining both does not work we need both ldap and native authentication.

Here in the documentation i find a clue that it is possible to combine both.
But i cannot find any hints on how to achive this.

Searching gives a document about mixing, but this is applicable for version 3.1 and 3.2.
This does not work in version 5.18.x , i tested it and it must be deprecated.

Any clues or hints?

Regards Peter

I found out that when i am an administrator (logged in via LDAP) i can add native users.
So this is solved.