Supporting uniqueMember in LDAP

XMLWordPrintable

    • Type: Patch
    • Resolution: Duplicate
    • Priority: Major
    • Component/s: _unsorted
    • None
    • Environment:
      Platform: All, OS: All

      Please kindly update /WEB-INF/security/LDAPBindSecurityRealm.groovy to have the
      following class:

      authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"ou=groups")
      {
      // groupRoleAttribute = "ou";
      groupSearchFilter = "(|(member=

      {0}) (uniqueMember={0}

      ))"
      }

      Instead of the original:
      authoritiesPopulator(DeferredCreationLdapAuthoritiesPopulator,initialDirContextFactory,"ou=groups")
      {
      // groupRoleAttribute = "ou";
      }

      Thanks,

            Assignee:
            Unassigned
            Reporter:
            alvin_chang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: