Displaying 2 results from an estimated 2 matches for "nc_dnstr".
2020 Feb 10
4
samba_kcc issue after joining the domain as a DC
...ges/samba/kcc/kcc_utils.py", line 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...
2020 Feb 10
2
FW: samba_kcc issue after joining the domain as a DC
...or: (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:
>...