Hi, I am trying to add a custom control. I started by creating a class that implements "org.apache.directory.api.ldap.model.message.Control" and passing an instance into my request. This didn't seem to work, I'm guessing because the value for the control is not passed.
When looking at some of the other controls, I found a bunch of Decorator and Factory classes in another package. Do I need to implement those types of classes as well? If so, how do I register them? Is there a full example of creating a custom control somewhere? Thanks for any help you can provide. ~Chris Pike