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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 1.5.3
    • Affects Version/s: 1.5.2
    • Component/s: provisioning
    • None

      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.

            Assignee:
            Tom Zeller (Inactive)
            Reporter:
            Tom Zeller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: