Nachdem ich alle Systemteile entsprechend den Empfehlungen des UCS auf den aktuallen Stand (2019-04-07) gebracht habe, liefert die UCS Systemdiagnose
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/univention/management/console/modules/diagnostic/__init__.py", line 275, in execute
result = execute(umc_module, **kwargs)
File "/usr/lib/pymodules/python2.7/univention/management/console/modules/diagnostic/plugins/46_kerberos_ddns_update.py", line 157, in run
server = get_dns_server(config_registry, active_services)
File "/usr/lib/pymodules/python2.7/univention/management/console/modules/diagnostic/plugins/46_kerberos_ddns_update.py", line 109, in get_dns_server
ad_domain_info = univention.lib.admember.lookup_adds_dc()
File "/usr/lib/pymodules/python2.7/univention/lib/admember.py", line 805, in lookup_adds_dc
raise failedADConnect(["Connection to AD Server %s failed (%s)" % (ad_server, ",".join(check_results))])
failedADConnect: ['Connection to AD Server wgk.example.com failed (CLDAP: 3221225653)']
Darüber hinaus kann meine Zarafa-Installation (eine separate VM) keine LDAP lookups mehr ausführen.
Wie in einem ähnlichen Thread vorgeschlagen habe ich folgendes ausgeführt:
[2019-04-09 14:34:38 root ~]# samba-tool domain exportkeytab dns.keytab.new --principal=DNS/$(hostname).$(ucr get domainname)
Export one principal to dns.keytab.new
[2019-04-09 14:35:58 root ~]# samba-tool domain exportkeytab dns.keytab.new --principal=dns-$(hostname)@$(ucr get kerberos/realm)
Export one principal to dns.keytab.new
[2019-04-09 14:38:05 root ~]# cp dns.keytab.new /var/lib/samba/private/dns.keytab
</code>
Danach habe ich die Diagnose wiederholt - ohne Erfolg.
Wie weiters vorgeschlagen habe ich dann folgendes ausgeführt:
<code>
[2019-04-09 14:39:04 root ~]# samba-tool domain exportkeytab test-keytab --principal=dns-$(ucr get hostname)@$(ucr get kerberos/realm)
Export one principal to test-keytab
[2019-04-09 14:41:38 root ~]# samba-tool domain exportkeytab test-keytab --principal=DNS/$(ucr get hostname).$(ucr get kerberos/realm)
Export one principal to test-keytab
[2019-04-09 14:41:53 root ~]# kinit -t test-keytab dns-$(ucr get hostname)@$(ucr get kerberos/realm)
[2019-04-09 14:42:08 root ~]# kinit -t test-keytab DNS/$(ucr get hostname).$(ucr get kerberos/realm)
kinit: krb5_get_init_creds: Client (DNS/UCS-Kopano.WGK.EXAMPLE.COM@WGK.EXAMPLE.COM) unknown
Hier bin ich nun mit meinem Latein am Ende.
Mit welchen anderen Diagnostics kann ich die Fehlerursache weiter eingrenzen?