Oved Ourfali has posted comments on this change. Change subject: core: Supporting hard coded ldap servers per domain ......................................................................
Patch Set 4: Looks good to me, approved (1 inline comment) minor comment. .................................................... File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/dns/DnsSRVLocator.java Line 336: } Line 337: StringBuilder sb = new StringBuilder(host); Line 338: //Remove the "root DNS" part from the host name Line 339: //if exists as "." at the end of the host name Line 340: if (host.lastIndexOf(".") == host.length() -1) { add a space Line 341: host = host.substring(0, host.length() - 1); Line 342: } Line 343: sb.append(":").append(port); Line 344: return new SrvRecord(priority, weight, sb.toString()); -- To view, visit http://gerrit.ovirt.org/11064 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic0914f2f6d9432ecac0cebee3790eae902a1329a Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches