LDAP Session (LdapSession) allows the LDAP client to access the data provided by the server. The data itself is represented on the Smalltalk application as instances of LdapEntry. An LDAP Search is described in VA Smalltalk as an LdapSearch object which is created by an LdapSession. The LdapSearch object is responsible for conducting a search.The result of a successful search is essentially a pointer from which one or more LdapEntry instances can be extracted. “LDAP entry structure” describes how such entries are uniquely identified and what attributes they have. “LdapEntry Operations” provides example use cases which manipulate those attributes, locate parent or child components of the entry, and modify the location of the entry in the directory structure.