[Freeipa-users] ipa cli AttributeError: KerbTransport instance has no attribute '_conn'

2013-11-07 Thread Jonathan Underwood
Hi, I have just done a fresh server install of ipa on a Scientific Linux 6.4 machine, and I am finding the command line utilities are failing with: # ipa ping ipa: ERROR: non-public: AttributeError: KerbTransport instance has no attribute '_conn' Traceback (most recent call last): File "/usr/li

Re: [Freeipa-users] ipa cli AttributeError: KerbTransport instance has no attribute '_conn'

2013-11-08 Thread Jonathan Underwood
On 7 November 2013 22:43, Dmitri Pal wrote: > What about Kerberos package? # rpm -qa | grep krb krb5-server-1.10.3-10.el6_4.3.x86_64 krb5-libs-1.10.3-10.el6_4.3.x86_64 krb5-workstation-1.10.3-10.el6_4.3.x86_64 pam_krb5-2.3.11-9.el6.x86_64 python-krbV-1.0.90-3.el6.x86_64 _

Re: [Freeipa-users] ipa cli AttributeError: KerbTransport instance has no attribute '_conn'

2013-11-08 Thread Jonathan Underwood
On 8 November 2013 12:50, Jonathan Underwood wrote: > On 7 November 2013 22:45, Rob Crittenden wrote: >> This is it trying to close a connection that was never made. >> >> Can you run ipa -vv ping? > > # ipa -vv ping > ipa: INFO: trying https://nirvana.asteroid

Re: [Freeipa-users] ipa cli AttributeError: KerbTransport instance has no attribute '_conn'

2013-11-08 Thread Jonathan Underwood
On 7 November 2013 22:45, Rob Crittenden wrote: > This is it trying to close a connection that was never made. > > Can you run ipa -vv ping? # ipa -vv ping ipa: INFO: trying https://nirvana.asteroids.phys.ucl.ac.uk/ipa/xml ipa: INFO: Forwarding 'ping' to server u'https://nirvana.asteroids.phys.uc

Re: [Freeipa-users] ipa cli AttributeError: KerbTransport instance has no attribute '_conn'

2013-11-08 Thread Jonathan Underwood
On 8 November 2013 13:46, Dmitri Pal wrote: > On 11/08/2013 08:17 AM, Jonathan Underwood wrote: >> Sooo I think that means the problem lies with apache and NSS, right? > > > Or in the negotiated authentication. > Is there anything in the kerberos logs on the server side