I think you may be looking at the wrong class documentation.
There are two LDAP classes - %Net.LDAP.Client and %SYS.LDAP. The EnsLib.LDAP.OutboundAdapter is written using %Net.LDAP.Client.Session, which does not have a Binds method. The %SYS.LDAP class does have a Binds method, and discusses wanting a $lb like you've described.
- Log in to post comments