Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-3137

Delegated connectors use two attributes in the database to indicate "nested groups" support

    XMLWordPrintable

Details

    Description

      Steps to reproduce

      1. Create a delegated directory in Crowd. Check the "nested groups" option.
      2. Save the directory
      3. The information is persisted as two complementary attributes in the database:
        INSERT INTO cwd_directory_attribute VALUES(32771,'false','ldap.nestedgroups.disabled')
        INSERT INTO cwd_directory_attribute VALUES(32771,'true','useNestedGroups')
        

      Note that Internal Directories use just "useNestedGroups" (but not "ldap.nestedgroups.disabled") and LDAP connectors use just "ldap.nestedgroups.disabled" (but not "useNestedGroups"). In Crowd, Delegated Directories are using both.

      Note as well that creating a Delegating Directory in Embedded Crowd uses just "ldap.nestedgroups.disabled", but not "useNestedGroups".

      Attachments

        Issue Links

          Activity

            People

              dberrueta Diego Berrueta
              dberrueta Diego Berrueta
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: