[BE] Create table & model and associations to store LDAP group - custom admin role mapping
For mapping between LDAP groups and admin custom roles we need a table to store it. Similar to LdapGroupLink .
We need to store:
- provider - ldap server
- cn - ldap group (string)
- filter (string)
- admin custom role (id, number)
Edited by Jarka Košanová