I am trying to intercept the LDAPAuth class in lliferay 6.1 to override ByEmailAddress authentication to add some logic on my part. I am not sure how to define this in liferay-hook.xml
<hook>
<portal-properties>portal.properties</portal-properties>
<custom-jsp-dir>/jsp_overrides</custom-jsp-dir>
<service>
<service-type>com. </service-type>
<service-impl></service-impl>
</service>
</hook>
what should be provided for in the type of service and service imp. my class name is MyLDAPAuth, which extends LDAPauth from liferay
user747858
source
share