Beim weiteren forschen bin ich auf folgende Artikel gestoßen:
https://help.univention.com/t/win7-join-klappt-nicht/4001/14
http://sdb.univention.de/content/6/222/en/samba-4-troubleshooting.html?highlight=troubleshooting%20samba%204
sdb.univention.de/content/6/274/en/re_provisioning-samba4-on-a-dc-master.html
Folgendes hat mich auf einen “heiße Spur” gebracht:
samba-tool drs showrepl
Wenn ich das auf dem DC ausführe, dann sieht der Anfang wie folgt aus:
root@ucs100091:~# samba-tool drs showrepl
Default-First-Site-Name\UCS100091
DSA Options: 0x00000001
DSA object GUID: e2ab1f68-a3ff-4fa4-b27f-466fcc866343
DSA invocationId: 1ed677d7-0745-4509-a6a1-3802867a5f04
==== INBOUND NEIGHBORS ====
DC=DomainDnsZones,DC=laprinta,DC=lan
...
Das gleiche auf dem BackupDC ausgeführt:
root@ucs100092:~# samba-tool drs showrepl
SPNEGO(gssapi_krb5) creating NEG_TOKEN_INIT failed: NT_STATUS_NO_LOGON_SERVERS
SPNEGO(gssapi_krb5) creating NEG_TOKEN_INIT failed: NT_STATUS_NO_LOGON_SERVERS
Default-First-Site-Name\UCS100092
DSA Options: 0x00000001
DSA object GUID: c5344c02-9e2e-4d63-9e9b-073a0747827a
DSA invocationId: 203ab781-1ff1-49eb-a0b7-84bb1970d389
==== INBOUND NEIGHBORS ====
DC=DomainDnsZones,DC=laprinta,DC=lan
...
Also habe ich auf dem BackupDC mal mit kinit versucht mich anzumelden und dann mit klist die Meldung ausgeben lassen
root@ucs100092:~# kinit Administrator
Administrator@LAPRINTA.LAN's Password:
kinit: krb5_get_init_creds: unable to reach any KDC in realm LAPRINTA.LAN
root@ucs100092:~# klist
klist: No ticket file: /tmp/krb5cc_0
Könnte ein “Re-Provisioning” auch diesen “Fehler” beheben?
Mit “samba-tool dbcheck --cross-ncs --fix” hatte ich vor dem Rejoinen die 25 Fehler beheben lassen. Nach dem Rejoinen sind jetzt wieder 4 Fehler in der Datenbank
Außerdem kommt es auf dem DC zu folgender Ausgabe:
root@ucs100091:~# univention-s4connector-list-rejected
UCS rejected
S4 rejected
1: S4 DN: DC=@,DC=laprinta.lan,CN=MicrosoftDNS,DC=DomainDnsZones,DC=laprinta,DC=lan
UCS DN: zonename=laprinta.lan,cn=dns,dc=laprinta,dc=lan
last synced USN: 6948
Und das dazugehörige Log besagt:
26.04.2017 16:13:43,127 LDAP (PROCESS): sync to ucs: Resync rejected dn: DC=@,DC=laprinta.lan,CN=MicrosoftDNS,DC=DomainDnsZones,DC=laprinta,DC=lan
26.04.2017 16:13:43,133 LDAP (PROCESS): sync to ucs: [ dns] [ modify] zonename=laprinta.lan,cn=dns,dc=laprinta,dc=lan
26.04.2017 16:13:43,137 LDAP (ERROR ): Unknown Exception during sync_to_ucs
26.04.2017 16:13:43,137 LDAP (ERROR ): Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/univention/s4connector/__init__.py", line 1472, in sync_to_ucs
result = self.property[property_type].ucs_sync_function(self, property_type, object)
File "/usr/lib/pymodules/python2.7/univention/s4connector/s4/dns.py", line 1638, in con2ucs
ucs_host_record_create(s4connector, object)
File "/usr/lib/pymodules/python2.7/univention/s4connector/s4/dns.py", line 975, in ucs_host_record_create
newRecord = univention.admin.handlers.dns.host_record.object(None, s4connector.lo, position=None, dn=searchResult[0][0], superordinate=superordinate, attributes=[], update_zone=False)
File "/usr/lib/pymodules/python2.7/univention/admin/handlers/dns/host_record.py", line 155, in __init__
univention.admin.handlers.simpleLdap.__init__(self, co, lo, position, dn, superordinate, attributes=attributes)
File "/usr/lib/pymodules/python2.7/univention/admin/handlers/__init__.py", line 592, in __init__
self._validate_superordinate()
File "/usr/lib/pymodules/python2.7/univention/admin/handlers/__init__.py", line 623, in _validate_superordinate
raise univention.admin.uexceptions.insufficientInformation(_('The DN must be underneath of the superordinate.'))
insufficientInformation: The DN must be underneath of the superordinate.