Hello,
We’ve got a 4.6.3 install setup with LDAP. With a single org we’re able to login and administer the instance.
We’re now looking to create further orgs for separate parts of the business. We want to have three levels of access. Each org will have it’s own admins and users DNs. There will also be a separate global admin DN which is a member of all of the orgs.
The documentation suggests that configuration like the following should work, but we’ve found that the global admin DN only exists in org 1. Is this configuration supported:
[[servers.group_mappings]]
group_dn = "CN=Global-Admin,OU=Group,DC=example,DC=com"
org_role = "Admin"
org_id = 1
[[servers.group_mappings]]
group_dn = "CN=Global-Admin,OU=Group,DC=example,DC=com"
org_role = "Admin"
org_id = 2
[[servers.group_mappings]]
group_dn = "CN=Org-Two-Admin,OU=Group,DC=example,DC=com"
org_role = "Admin"
org_id = 2
[[servers.group_mappings]]
group_dn = "CN=Org-Two-User,OU=Group,DC=example,DC=com"
org_role = "Editor"
org_id = 2
[[servers.group_mappings]]
group_dn = "CN=Global-Admin,OU=Group,DC=example,DC=com"
org_role = "Admin"
org_id = 3
[[servers.group_mappings]]
group_dn = "CN=Org-Three-Admin,OU=Group,DC=example,DC=com"
org_role = "Admin"
org_id = 3
[[servers.group_mappings]]
group_dn = "CN=Org-Three-User,OU=Group,DC=example,DC=com"
org_role = "Editor"
org_id = 3
I don’t see any errors logged when I’ve setup like this.
Cheers, Gavin