A single user_name is able to be counted multiple times towards a license

XMLWordPrintable

    • 4.04

      Scenario:

      • delegated LDAP directory (id=10000) has top positioning
      • internal user directory (id=1)
      • the jira-administrators, jira-system-administrators and jira-users are the Can Use groups and they exist in both LDAP and internal directories.

      The following type of user is counted twice by the user count:

      jira=# select * from cwd_membership where child_name in ('count.me.twice') and parent_name in ('jira-users','jira-administrators','jira-system-administrators') order by parent_name;
        id   | parent_id | child_id | membership_type | group_type |     parent_name     |  lower_parent_name  |   child_name    | lower_child_name | directory_id 
      -------+-----------+----------+-----------------+------------+---------------------+---------------------+-----------------+------------------+--------------
       10331 |     10002 |    10131 | GROUP_USER      |            | jira-users          | jira-users          | count.me.twice  | count.me.twice   |            1
       10681 |     10020 |    10199 | GROUP_USER      |            | jira-users          | jira-users          | count.me.twice  | count.me.twice   |        10000
       10421 |     10000 |    10131 | GROUP_USER      |            | jira-administrators | jira-administrators | count.me.twice  | count.me.twice   |            1
      
      
      

            Assignee:
            Unassigned
            Reporter:
            Maleko Taylor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: