RE: Only the first Vendor specific attribute is sent

2003-10-13 Thread Burkhard Weeber
Title: Nachricht You have to add subsequent attribute of the same id with "+=" . like: Vendor-Specific = " mysubattr_category1:mysubattr1=myvalue1", Vendor-Specific += " mysubattrcategory1:mysubattr2=myvalue2", Vendor-Specific += " mysubattrcategory2:mysubattr3=myvalue3" Burkhard

RE: Only the first Vendor specific attribute is sent

2003-10-13 Thread Assi Abramovitz
--Original Message-From: Burkhard Weeber [mailto:[EMAIL PROTECTED]Sent: Monday, October 13, 2003 3:39 PMTo: [EMAIL PROTECTED]Subject: RE: Only the first Vendor specific attribute is sent You have to add subsequent attribute of the same id with "+=" . like

RE: Only the first Vendor specific attribute is sent

2003-10-13 Thread Burkhard Weeber
AbramovitzSent: Monday, October 13, 2003 3:50 PMTo: '[EMAIL PROTECTED]'Subject: RE: Only the first Vendor specific attribute is sent Good answer, man! It works. Now let's get greedy... Is there a way to disable the need for this "+=" mechanism? How come I never

RE: Only the first Vendor specific attribute is sent

2003-10-13 Thread Assi Abramovitz
; /* with the loop */}break; -Original Message-From: Burkhard Weeber [mailto:[EMAIL PROTECTED]Sent: Monday, October 13, 2003 4:23 PMTo: [EMAIL PROTECTED]Subject: RE: Only the first Vendor specific attribute is sent See the changes log and the manual. It should have ever been