Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-404

[ldappc] stem OUs deeper than one level are not created correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.5.3
    • 1.5.2
    • provisioning
    • None

    Description

      Organizational units for stems deeper than one level were not created correctly, due to line 1376 of Ldappc.java :

      names.add(stemDn);

      which should be

      names.add((Name) stemDn.clone);

      which looked fine to me for awhile until I realized my mistake.

      Patch is attached.

      Attachments

        Activity

          People

            tom.zeller@at.internet2.edu Tom Zeller
            tom.zeller@at.internet2.edu Tom Zeller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: