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

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

    #1

    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
  • Rene Otto

    #2
    Reported Bug

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

    René Otto

    RCC Software GmbH

    Comment

    • rccsoftware
      Junior Member
      • Sep 2008
      • 28

      #3
      Update available

      Hi,

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

      Cheers

      René Otto

      Comment

      • mrbscreen

        #4
        Thank you!

        Comment

        • mrbscreen

          #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

          • rccsoftware
            Junior Member
            • Sep 2008
            • 28

            #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