Error when synchronizing a group name containing a forward slash '/'.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • 1.5.0
    • Affects Version/s: 1.4.2
    • Component/s: provisioning
    • None

      If a group name contains the forward slash character '/', that group will synchronize to the directory server the first time, but fail on successive synchronizations.

      In GroupEntrySynchronizer.java, in populateDns(), the line ...

      Name entryDn = parser.parse(entryName) ;

      ... will barf if entryName contains a forward slash. The above line is not executed the first time the group is synchronized to the directory server, but is executed on subsequent synchronizations.

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

              Created:
              Updated:
              Resolved: