Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-97829

Add container/folder path options to group filter in ldap connector

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • User - Groups
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      When creating a new ldap connector, I can specify a user filter like

      >(&
      >  (objectCategory=Person)
      >  (sAMAccountName=*)
      >  (!(UserAccountControl:1.2.840.113556.1.4.803:=2))
      >  (memberOf:=
      >      CN=SomeGroup,
      >      OU=ACCESS,
      >      OU=CONFLUENCE_APP,
      >      OU=MGMT,
      >      DC=our-company,
      >      DC=com)
      >)

       

      But I can't specify a group filter like

      >(&
      >  (objectCategory=Group)
      >  (|
      >    (cn=SomeGroup,
      >        OU=RestrictionGroups,
      >        OU=Confluence,
      >        OU=relevantGroupBranch,
      >        DC=our-company,
      >        DC=com
      >    )
      >    (cn=AnotherGroup,
      >        OU=SpaceGroups,
      >        OU=Confluence_B,
      >        OU=anotherGroupBranch,
      >        DC=our-company,
      >        DC=com
      >    )
      >  )
      >)

      I can not specify any OU for the group, so that it is taken from a very specific branch.

      I can specify a base DN, but this fails, when I have more than two branches in the filter. From a semi-lay perspective, it isn't logical, why one thing works, while the other doesn't.

      Yes, we do have a use-case. Security. We need to guarantee, that groups of a specific pattern originate from a certain place in the AD.

              Unassigned Unassigned
              112133f93dcc RS MUC Confluence
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: