One of the applications deployed on weblogic server is using LDAP for authentication. LDAP error codes are not getting propagated to appliation as weblogic authentication module is eating it up and hence user are not presented with correct error message.
Will attribute help in this case when set to true? Will this property help in propagating the actual error code too? Or writing the customer logic authentication module is the only answer?
Thanks in advance.
Amit