
Yair Zaslavsky has submitted this change and it was merged. Change subject: tools: allow not to use hardcoded realm information ...................................................................... tools: allow not to use hardcoded realm information The following patch introduces a new configuration (boolean value) to engine-manage-domains.conf of named "useDnsLookup" - if set to true, realm information will not be set to krb5.conf - instead, the values of dns_lookup_kdc and dns_lookup_realm will be set to true. Change-Id: Icaadd9eb23016b4866e5cfa99f919378f19fdf0b Bug-Url: https://bugzilla.redhat.com/868852 Signed-off-by: Yair Zaslavsky <yzaslavs@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/KrbConfCreator.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/ManageDomains.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/kerberos/ManageDomainsConfiguration.java M backend/manager/modules/utils/src/main/resources/engine-manage-domains.conf M backend/manager/modules/utils/src/main/resources/krb5.conf.template 5 files changed, 27 insertions(+), 6 deletions(-) Approvals: Yair Zaslavsky: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/10494 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icaadd9eb23016b4866e5cfa99f919378f19fdf0b Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>