Displaying 3 results from an estimated 3 matches for "kccerror".
Did you mean:
ecerror
2020 Feb 10
4
samba_kcc issue after joining the domain as a DC
...e 87, in load_nc
scope=ldb.SCOPE_BASE, attrs=attrs)
_ldb.LdbError: (32, 'No such Base DN: DC=DomainDnsZones,DC=domain,DC=com')
...
File "/usr/local/samba/lib64/python3.6/site-packages/samba/kcc/kcc_utils.py", line 92, in load_nc
(self.nc_dnstr, estr))
samba.kcc.kcc_utils.KCCError: Unable to find naming context (DC=DomainDnsZones,DC=domain,DC=com) - (No such Base DN: DC=DomainDnsZones,DC=domain,DC=com)
I joined the domain with the following command:
samba-tool domain join domain.com DC -k yes --dns-backend NONE --server=vm-dc1.domain.com
vm-dc1 does have the mentioned cont...
2020 Feb 10
2
FW: samba_kcc issue after joining the domain as a DC
...nsZones,DC=domain,DC=com')
> >> > ...
> >> > File
> >> "/usr/local/samba/lib64/python3.6/site-packages/samba/kcc/kcc_
> >> utils.py", line 92, in load_nc
> >> > (self.nc_dnstr, estr))
> >> > samba.kcc.kcc_utils.KCCError: Unable to find naming context
> >> (DC=DomainDnsZones,DC=domain,DC=com) - (No such Base DN:
> >> DC=DomainDnsZones,DC=domain,DC=com)
> >> >
> >> > I joined the domain with the following command:
> >> > samba-tool domain join domain.com DC -k...
2017 Nov 09
2
samba_kcc RODC failes with NT_STATUS_ACCESS_DENIED
..._kcc: connect.commit_added(samdb, ro)
/usr/local/samba/sbin/samba_kcc: File "/usr/local/samba/lib/python2.7/site-packages/samba/kcc/kcc_utils.py", line 1123, in commit_added
/usr/local/samba/sbin/samba_kcc: (self.dnstr, estr))
/usr/local/samba/sbin/samba_kcc: samba.kcc.kcc_utils.KCCError: Could not add nTDSConnection for (CN=862f0429-c72c-4a81-ae9a-96820bb2f96d,CN=NTDS Settings,CN=BUILDHOST,CN=Servers,CN=Testsite,CN=Sites,CN=Configuration,DC=samdom,DC=com) - (Invalid LDB reply type 1)
../source4/dsdb/kcc/kcc_periodic.c:693: Failed samba_kcc - NT_STATUS_ACCESS_DENIED
root at buildh...