search for: dsdb_dns

Displaying 4 results from an estimated 4 matches for "dsdb_dns".

Did you mean: dsdb_dn
2020 Nov 13
2
Joining Samba to Upgraded 2003 domain failing
...in_add_dns_records() File "/usr/local/samba/lib/python3.8/site-packages/samba/join.py", line 1196, in join_add_dns_records = ctx.samdb.dns_lookup("%s.%s" % (name, zone), File "/usr/local/samba/lib/python3.8/site-packages/samba/samdb.py", line 1245, in dns_lookup return dsdb_dns.lookup(self, dns_name, This happens when trying to join a DC from packages or sources to a existing domain that started as a 2003 server, was upgraded to 2008r2 them migrated to samba. The FQDN is NET.EXAMPLE.COM here and the workgroup is EXAMPLE All servers are using bind9 for the backend and I...
2019 Sep 11
3
Joining Windows 2008 Domain as DC fails 4.10 (and 4.11rc3)
...S Lookup 3-1 dns_name %s",dns_name ); print("DNS Lookup 3-1 dns_partition %s",dns_partition ); '''Do a DNS lookup in the database, returns the NDR database structures''' print("DNS Lookup 3-2 - no partition would return - %s",dsdb_dns.lookup(self, dns_name)); if dns_partition is None: print("DNS Lookup 3-2 dns_partition None" ); return dsdb_dns.lookup(self, dns_name) else: print("DNS Lookup 3-2 dns_partition Other" ); return dsdb_dns.lookup(self...
2020 Nov 13
0
Joining Samba to Upgraded 2003 domain failing
..."/usr/local/samba/lib/python3.8/site-packages/samba/join.py", line > 1196, in join_add_dns_records > = ctx.samdb.dns_lookup("%s.%s" % (name, zone), > File "/usr/local/samba/lib/python3.8/site-packages/samba/samdb.py", line > 1245, in dns_lookup > return dsdb_dns.lookup(self, dns_name, > > > This happens when trying to join a DC from packages or sources to a > existing domain that started as a 2003 server, was upgraded to 2008r2 them > migrated to samba. OK, you say it was a 2003 server upgraded to 2008R2, but was the DNS upgraded as well,...
2020 Nov 14
2
Joining Samba to Upgraded 2003 domain failing
...ib/python3.8/site-packages/samba/join.py", line > > 1196, in join_add_dns_records > > = ctx.samdb.dns_lookup("%s.%s" % (name, zone), > > File "/usr/local/samba/lib/python3.8/site-packages/samba/samdb.py", line > > 1245, in dns_lookup > > return dsdb_dns.lookup(self, dns_name, > > > > > > This happens when trying to join a DC from packages or sources to a > > existing domain that started as a 2003 server, was upgraded to 2008r2 > them > > migrated to samba. > > OK, you say it was a 2003 server upgraded to 2008...