Search execution
Once the LdapSearch instance is created and properly defined, the search is actually conducted when the LdapSearch instance receives the run message. Since the search may fail, it is a good idea to check the result by with the following Smalltalk expression:
ldapResult := ldapSearch run.
ldapResult isLdapError ifTrue: ["do something here"].
A successful search returns a single instance of LdapSearch.
Last modified date: 05/25/2018