[Date Prev][Date Next] [Chronological] [Thread] [Top]

extendedOperation - I-D java-api-11



 
Section 4.40.3: - LDAPv3.extendedOperation 
   Shouldn't this method have a method that
   includes LDAPConstraints as an argument.
  The protocol allows extended operations to
  support controls.
 
Section 4.40.2 - LDAPV3.connect
  This special version of connect is really
  a connect and a bind combinded.  Should
  this also have a method with an LDAPConstraints
  object? - or if the application needs that
  should they just do the two separate operations
  and put the LDAPConstraints on the bind?
 
-Steve