tusury / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: Add decoding of the msExchMailboxGuid attribute #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add an org.ldaptive.ad.handler.MsExchMailboxGuidHandler.java class to decode 
the binary attribute msExchMailboxGuid. The decoding is identical to that done 
in ObjectGuidHandler.java.

Original issue reported on code.google.com by cwinf...@vt.edu on 17 Jun 2013 at 5:38

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 17 Jun 2013 at 5:43

GoogleCodeExporter commented 8 years ago
Rather than adding a new class, I added new constructors to the 
ObjectSidHandler and ObjectGuidHandler classes.
This allows any attribute to be used.
Fixed in r2739.

Original comment by dfis...@gmail.com on 20 Jun 2013 at 9:59