Oved Ourfali has submitted this change and it was merged.
Change subject: core: Fixing Error handling at engine-manage-domains
......................................................................
core: Fixing Error handling at engine-manage-domains
In case there is an exception during initializion of
the InitialDirContext object, currentLdapServer will
be null, which will lead to an error of Cannot connect to LDAP URL: null
This patch provides better error handling for this case
Change-Id: I247b28481fdc037e309f38b0124e0d083e18d06a
Signed-off-by: Yair Zaslavsky <yzaslavs(a)redhat.com>
---
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/JndiAction.java
1 file changed, 34 insertions(+), 11 deletions(-)
Approvals:
Oved Ourfali: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/5722
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I247b28481fdc037e309f38b0124e0d083e18d06a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>