LDAP configuration struggle

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?

You're almost there, the property is ldap.user.dn.templates. Note the s at the end. You can provide multiple templates by quoting them and separating them with a comma. See this section in the docs for an example

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.