Hi,

Jaroslav wrote:
> It still doesn't work for me:
>
> $ fedpkg scratch-build
> Could not execute scratch_build: (-1765328370, 'KDC has no support for 
encryption
> type')
>
> $ klist
> Default principal: jskarvad(a)FEDORAPROJECT.ORG
>
> Valid starting       Expires              Service principal
> 12.12.2016 10:21:53  13.12.2016 10:21:48  
krbtgt/FEDORAPROJECT.ORG(a)FEDORAPROJECT.ORG
>    renew until 19.12.2016 10:21:48
>
> fedora-cert.noarch 0.6.0.0-1.fc24    fedora-packager.noarch 0.6.0.0-1.fc24
> fedpkg.noarch 1.26-2.fc24            koji.noarch 1.11.0-1.fc24
> pyrpkg.noarch 1.47-3.fc24            python2-cccolutils.x86_64 1.4-1.fc24
>
> Not counting that the packages are available only through updates-testing
> in f24

I was getting the same error, I managed to fix it by creating a:

/etc/krb5.conf.d/redhat_com

With the following:

[realms]
 REDHAT.COM = {
  kdc = $redhat_kdc
  admin_server = $redhat_admin_server
  default_domain = redhat.com
 }

[domain_realm]
 .redhat.com = REDHAT.COM
 redhat.com = REDHAT.COM

In there, with $redhat_kdc / $redhat_admin_server replaced with what
you've for these in your krb5.conf now.

And then replacing /etc/krb5.conf with the default one from the krb5-libs
package. After this you will need to redo kinit for both accounts, but then
it works.

Regards,

Hans
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to