Re: Replica KDC has no support for encryption type

2022-02-07 Thread Dr. Lars Hanke
I enabled logging on both KDC. For some reason the KDC claims that /var/log was read-only. It's not, but logging to /tmp produced log files. The results were not exactly enlightening. This is kinit -p user/admin, ldapsearch -b "cn=admin,dc=example,dc=com" -H ldap://krb2.example.com uid=user, l

Re: Replica KDC has no support for encryption type

2022-02-04 Thread Greg Hudson
On 2/4/22 2:19 AM, Dr. Lars Hanke wrote: > additional info: SASL(-1): generic failure: GSSAPI Error: Unspecified > GSS failure. Minor code may provide more information (KDC has no support for > encryption type) It might help to compare the KDC log entry for this TGS request on the old a

Replica KDC has no support for encryption type

2022-02-03 Thread Dr. Lars Hanke
I want to set up a replicated Kerberos server on a different site. The original Kerberos with LDAP backend (ldapi:///) is running for more than a decade. So I cloned the LXC container with Kerberos and LDAP and instantiated it on the new site just adapting host names, certificates, etc. This appare