You need to define a new LDAP authentication servlet because all of the standard LDAP servlets are
being used in authentication services
which two task do you perform to implement this requirement
Copy an existing LDAP servlet and rename it
Create a new mapping servlet and URL pattern
add a new URL pattern to the existing mapping servlet
rename an existing LDAP servlet
Submit