[ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA

Cameron Christensen cameron.christensen at uk2group.com
Tue Nov 18 16:21:18 UTC 2014


On Mon, 2014-11-17 at 16:48 -0500, Alon Bar-Lev wrote:
> 
> ----- Original Message -----
> > From: "Cameron Christensen" <cameron.christensen at uk2group.com>
> > To: "Alon Bar-Lev" <alonbl at redhat.com>
> > Cc: users at ovirt.org
> > Sent: Monday, November 17, 2014 11:43:34 PM
> > Subject: Re: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA
> > 
> > 
> > 
> > On Mon, 2014-11-17 at 14:39 -0500, Alon Bar-Lev wrote:
> > > 
> > > ----- Original Message -----
> > > > From: "Cameron Christensen" <cameron.christensen at uk2group.com>
> > > > To: users at ovirt.org
> > > > Sent: Friday, November 14, 2014 5:39:54 PM
> > > > Subject: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA
> > > > 
> > > > Hello,
> > > > 
> > > > I upgraded to ovirt 3.5.0 and can no longer authenticate to IPA.
> > > > Starting up ovrit-engine the extension manager fails to properly load
> > > > the service that handles Kerberos/LDAP.
> > > 
> > > This is probably a bug, can you please execute the following and paste
> > > result:
> > > 
> > > # PGPASSWORD="@PASSWORD@" psql -U engine -d engine -c "select * from
> > > vdc_options where option_name='LDAPSecurityAuthentication'"
> > > 
> > 
> >  option_id |        option_name         |   option_value    | version
> > -----------+----------------------------+-------------------+---------
> >        165 | LDAPSecurityAuthentication | example.org:GSSAPI | general
> > 
> > I replaced my domain name with 'example.org'
> > 
> 
> I thought it will be empty... and it contains valid value. Yair?
> 
Looking through the vdc_options table I noticed that many of the LDAP*
and Ad* settings use two different spellings for the Kerberos/LDAP
domain. One in all upper case letters, EXAMPLE.ORG and one in all lower
case, example.org. (I'm guessing this is to handle either spelling of
the domain?)

I updated LDAPSecurityAuthentication and set the option_value to use
both the upper case and lower case domain name,
'EXAMPLE.ORG:GSSAPI,example.org:GSSAPI'.

select * from vdc_options where option_name =
'LDAPSecurityAuthentication';
 option_id |        option_name         |            option_value
| version 
-----------+----------------------------+-------------------------------------+---------
       165 | LDAPSecurityAuthentication |
EXAMPLE.ORG:GSSAPI,example.org:GSSAPI | general

Using both domain names I am able to authenticate, authorize and pull
account information from the IPA server once again.

Thanks for pointing me at the right location.

Cameron
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141118/295051bd/attachment-0001.sig>


More information about the Users mailing list