
Hi, Alon, I have updated the oVirt 3.5 RC2 to the newest RC3 today. From my CentOS6.5 based oVirt Engine server and the oVirt Host server, # yum clean all # yum update Then rebooted these servers. But my LDAP problem is continued and same result as before. When I login to the oVirt User Portal, User Name: tani Password: (OpenLDAP's userPassword) Domain: rxc05271.com UI displays "General command validation failure." Please advice. Thanks, Fumihide Tani (2014/09/22 22:20), Alon Bar-Lev wrote:
The version of engine you are using is probably out of date and unsynced with latest ldap package (20140821064931). Please make sure you take latest from[1] Thanks!
[1] http://resources.ovirt.org/pub/ovirt-3.5-snapshot/
----- Original Message -----
From: "Fumihide Tani" <RXC05271@nifty.com> To: "Alon Bar-Lev" <alonbl@redhat.com> Cc: users@ovirt.org Sent: Monday, September 22, 2014 3:42:52 PM Subject: Re: [ovirt-users] Can not configure with simple LDAP.
Hi, Alon,
Your requested engine.log attached.
Also, I tried to login to web user portal by "tani"
User Name: tani Password: (OpenLDAP userPassword) Domain: rxc05271.com
cause: "General command validation failure."
Attated log includes login by "Fumihide" first, "tani" second.
Very thanks,
(2014/09/22 21:24), Alon Bar-Lev wrote:
----- Original Message -----
From: "Fumihide Tani" <RXC05271@nifty.com> To: "Alon Bar-Lev" <alonbl@redhat.com> Cc: users@ovirt.org Sent: Monday, September 22, 2014 3:06:39 PM Subject: Re: [ovirt-users] Can not configure with simple LDAP.
Sorry, I misunderstood.
This is outputs after LDAP user logged in. Please attach log as files, not inline, easier to handle.
2014-09-22 21:01:32,638 DEBUG [org.ovirt.engineextensions.aaa.ldap.Framework] (ajp--127.0.0.1-8702-4) SearchRequest: SearchRequest(baseDN='dc=rxc05271,dc=com', scope=SUB, deref=NEVER, sizeLimit=0, timeLimit=0, filter='&(objectClass=uidObject)(uid=*)(uid=Fumihide)', attrs={entryUUID, uid, displayName, memberOf, department, givenName, sn, title, mail}, controls={SimplePagedResultsControl(pageSize=100, isCritical=false)}) 2014-09-22 21:01:32,640 DEBUG [org.ovirt.engineextensions.aaa.ldap.Framework] (ajp--127.0.0.1-8702-4) SearchResult: SearchResult(resultCode=0 (success), messageID=3, entriesReturned=0, referencesReturned=0, responseControls={SimplePagedResultsControl(pageSize=0, isCritical=false)})
From the above I see that a search was issued: &(objectClass=uidObject)(uid=*)(uid=Fumihide) And no result returned.
Per previous output: --- # tani, Users, rxc05271.com dn: uid=tani,ou=Users,dc=rxc05271,dc=com objectClass: inetOrgPerson objectClass: uidObject uid: tani cn: Fumihide Tani givenName: Fumihide mail: tani@rxc05271.com sn: Tani userPassword:: a3VtaXRhbg== ---
Your user name is tani and not Fumihide.
Alon