Announcement

Collapse
No announcement yet.

no delimiter when more then one alias is given...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • no delimiter when more then one alias is given...

    Hello,

    possibly I found a bug in /opt/oxldapsync/lib/OX/User/Decorator.pm on line 99. If there are more than one alias they will be concatenated without delimiter.

    For example:
    horst@meyer.dehans.horst@meyer.de

    The expected value is: horst@meyer.de,hans.horst@meyer.de

    Best Regards
    Martin
    Last edited by Guest; 11-03-2008, 03:38 PM. Reason: spelling

  • #2
    Reported Bug

    Thanks for reporting this bug. It will be fixed with the next update.

    René Otto

    RCC Software GmbH

    Comment


    • #3
      Update available

      Hi,

      there is an update available. It solves your reported problem.

      Cheers

      René Otto

      Comment


      • #4
        Thank you!

        Comment


        • #5
          Hello René,

          thank you for your patch. But there is now a typo...

          Code:
          my $aliases = $self->{_entry}->get_value($self->{_mapping}->{aliases}, asref => 1);
          
          $aliasstr = join(',',[B]@$alias[/B]);
          @$alias should be @$aliases

          Best Regards,
          Martin Bauer

          Comment


          • #6
            Originally posted by mrbscreen View Post
            Hello René,

            thank you for your patch. But there is now a typo...

            Code:
            my $aliases = $self->{_entry}->get_value($self->{_mapping}->{aliases}, asref => 1);
            
            $aliasstr = join(',',[B]@$alias[/B]);
            @$alias should be @$aliases
            Uh ... ok thank you. I fixed it. It should be available soon.

            regards
            Norbert

            Comment

            Working...
            X