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.
LDAP
public boolean ldapOverride()
public boolean ldapOverride() { // Changed to true to imply that the ldapSearch and ldapIdSearch // are implemented in User Custom code return true; }