Performs an LDAP search for a single LDAP attribute. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes
will result in all attributes being returned.
Performs an LDAP search for a single LDAP attribute. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes
will result in all attributes being returned.
void Search(string,string,string,string,string,IPTUserInfo,string);
Performs an LDAP search for a number of LDAP attributes. The search always has scope BASE; it cannot return more than one object. Passing null for arrAttributes
will result in all attributes being returned.
void Search(string,string,string[],string,string,IPTUserInfo,string);
IPTLDAPQueryTool Interface | com.plumtree.server Namespace