Hello,
I am struggling with configuration of LDAP authentication for Stardog database. I am having users and technical users in different OU's and when I managed users to log in using LDAP authentication, I cant make technical users log in and both are necessary.
Below is a template for LDAP I am using:
ldap.user.dn.template=uid={0},ou=Internal,ou=Users,dc=SomeGroup,dc=example,dc=com
What I need to add:
ldap.user.dn.template=cn={0},ou=Orgniazation,ou=TechnicalUsers,dc=SomeGroup,dc=example,dc=com
And I would need both of these templates to be recognizable by stardog. Is it a way to make it work?