Is it possible to specify multiple OUs in the Additional User DN?
So for example, I could specify OU=Group1,OU=Group2,OU=Group3 .
Every time I try to do that, it does not work, so I'm wondering if I am missing something or if it's truly not compatible.
What you need to do is under "User Schema Settings" use the "User Object Filter" to filter the groups that you want to sync.
Here is an example query:
(&(objectCategory=Person)(sAMAccountName=*)(|(memberOf=CN=group1,OU=container1,DC=domain,DC=com)(memberOf=CN=group2,OU=container1,DC=domain,DC=com)))
This will sync users that are part of "group1" and "group2" where the group is located in "container1". I would create a separate OU for atlassian users then create the groups inside of that OU and make the users part of that group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ive seen some people have success with
OU=Group1,Group2,Group3
But cant promise that will work.
Another option would be to set up multiple directories each connecting to the same LDAP server, but with different Additional User DN entries. I have does this and it works fine. though you have to be careful with group membership as sometimes there are issues with users from different directories being in the same group.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Doing "OU=Group1,Group2,Group3" sadly doesn't work.
The multiple directories works but to me I would have assumed would be a better way to go about it so I could manage it all in one Directory without having to sync multiple directories to one LDAP server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.