i was trying integrate LDAP to neo4j 3.5. 3.5 documentation says that dbms.security.ldap.authorization.group_to_role_mapping is deprecated, but examples still use them.
if so, how do I map LDAP group of an user-login to neo4j role in neo4j 3.5?
Thank...