Hi
I've been trying for some days to solve this issues, and got to admit. I need some help.
Now every user in our AD gets synced to Confluence, and that’s not the ideal solution, as admin, consultant etc. is synced too due to the AD structure.
I’ve learned that a solution would be to specify, which users to get synchronized using object filtering and the following should work:
And it also does, sort of. – 3 users get synced out of nearly 200. All 200 users are members of the group “Confluence Users” in our AD.
Two of the users synced are in same OU, the last one is in his own OU.
Setup as of now:
System:
Server Settings:
LDAP Schema:
User Schema Settings:
Group Schema Settings:
Steps I’ve done:
Dear @Johan Henriksen ,
first of all I have to point out that you did an excellent job how detailed you described your problem. Many requestores just drop one line (sometimes just a copy of the summary into the body) an expect help.
What you did so far seems to be right. The problem with connecting AD to Confluence/Jira is its, per company, individual configuration.
So I strongly recommend to use an LDAP browser to find the correct User Object Filter. Doing this from within Confluence is pure pain.
Also very helpful is somebody of the AD admins. If well trained, they could bring value.
And last but not least read into the AD/LDAP syntax reference. This is not always intuitive.
So long
Thomas
Hi Thomas
Turned out the LDAP user didn't have access to read memberOf due to permissions in our AD - just wasn't part of the correct AD group which gave the specific access. Rookie mistake.
I'm accepting your answer as the solutions, as the LDAP browser was part of the finding :)
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, the above user object filter (
(&(objectCategory=Person)(sAMAccountName=*))
brings every user to Confluence. We are on Connected model and in our case includes the leavers too.
I tried updating to with usercontrol 512 or 2 as below. But sync failed. Now I'm looking to bring active users and I'm not sure
(&(objectCategory=Person)(sAMAccountName=*))(!(UserAccountControl=512)) (&(objectCategory=Person)(sAMAccountName=*))(!(UserAccountControl=2))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.