Purpose
This permits the uc to override the usual search operations in LDAP by returning a true value to this method. A return of true implies that the ldapSearch and ldapIdSearch operations are implemented inside uc.
Applies To
LDAP
Signature
public boolean ldapOverride()
Notes
Example
public boolean ldapOverride() {
// Changed to true to imply that the ldapSearch and ldapIdSearch
// are implemented in User Custom code
return true;
}