Integrating Red Hat Enterprise Virtualization Manager (RHEVM) with Active Directory

SolarWinds

Super Moderate
Nov 16, 2006
51,315
25
48
Hanoi
www.hanoiyeu.com
Integrating RHEVM with Active Directory.

Let us see how to integrate Red Hat Enterprise Virtualization Manager with Windows Active Directory for AD authentication.

To join with AD run the below command.

# engine-manage-domains add –domain=linuxgeekvideos.local –provider=ad –user=[email protected] –add-permissions –log-file=/var/log/rhev_admin_logins.log –log-level=INFO

To get the names list from the AD we need to change permission for below Kerberos file and restart the ovirt-engine.

# ls -lthr /etc/ovirt-engine/krb5.conf

# chmod 0644 /etc/ovirt-engine/krb5.conf

Restart Ovirt service to make the changes.

# service ovirt-engine restart

Hereafter we can authenticate with AD account in RHEV Manager.