Oved Ourfali has submitted this change and it was merged. Change subject: engine: IPA does not perform login with UPN (#783662) ......................................................................
engine: IPA does not perform login with UPN (#783662) https://bugzilla.redhat.com/783662 Previous work on adding RHDS support caused a regression in IPA, as the attributes used to identify the LDAP provider type (AD/IPA/RHDS) were the same for IPA and RHDS. This commit does the diffrentiation according to the vendor name that appears in the rootDSE query. Change-Id: I6cf5e4619dcbc08055eee4d2ae126c22707fe41a --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/GetRootDSE.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/IPARootDSEAttributes.java A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/LdapVendorNameEnum.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/adbroker/RHDSRootDSEAttributes.java A backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/ldap/LdapVendorNameEnum.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/ldap/RootDSEData.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/ldap/RootDSEQueryInfo.java 7 files changed, 50 insertions(+), 12 deletions(-) Approvals: Oved Ourfali: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1200 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6cf5e4619dcbc08055eee4d2ae126c22707fe41a Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
