Better error logging and message when there is an ldap error while creating
-
Before this MR, instead of propagating the Exception,
null
is returned after the exception is caught in the same methodaddNewUserToLDAP
- Now we propagate the Exception up the stack trace so controller can respond correctly with a "server-side error" message and
- Log the exception correctly
-
Also added ldap error number and message from the connection
-
Translations gotten from
docker-welcome
Edited by Akhil