After a quick look at this thread, yes, i suggest you add a new DC. I also suggest you read : First this one. https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-1.1-checkup.txt Now you are joining a existing domain. Line 20, the resolv.conf, set the first name server to you windows DC, the second to the internet. Besides that, before you install samba do these checks. Next is the install for the AD-DC. https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt It is getting a bit old but its still correct. You start with line 38/39. Follow it until you are at line 183. Now here it changes a bit since your joining a domain. First you choose, with or without bind9_dlz. Personally, i preffer bind9_dlz because its more flexable. Then kinit administrator samba-tool domain join your.dns.domain.tld DC -k yes Then follow it untill line 258, bind/ no bind.. Follow then untill line 290. There you can stop, skip the SePrivileges part. Reboot the server, and check your result. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Robert A Wooldridge via samba > Verzonden: donderdag 1 augustus 2019 16:16 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Serverinfo Error > > On 07/31/2019 01:28 AM, L.P.H. van Belle via samba wrote: > > Hai, > > > > Just an suggestion. Since now its known what is missing/wrong. > > Remove this server from the domain and re-add it. > > > > But use the samba 4.9.11 or 4.10.6 now. > Would it be safer if I added a different machine using > 4.9.11?? And if > this new one works, then transfer rolls to it? > > -- > Bob Wooldridge > EDM Incorporated > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
On 08/02/2019 02:39 AM, L.P.H. van Belle via samba wrote:> After a quick look at this thread, yes, i suggest you add a new DC. > > I also suggest you read : > First this one. > https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-1.1-checkup.txt > Now you are joining a existing domain. > > Line 20, the resolv.conf, set the first name server to you windows DC, the second to the internet. > Besides that, before you install samba do these checks.What it be best to turn off the existing Samba DC (with the problems)? -- Bob Wooldridge EDM Incorporated
Uh.. .. poweroff. ;-) And then cleanup the AD-DB and DNS old records. Dns tool and Domain user andn computer mananger shows all you need. This is because, not many records where shown in you ad-db. Note, for the new server use a new hostname. Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Robert A Wooldridge via samba > Verzonden: vrijdag 2 augustus 2019 15:31 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Serverinfo Error > > On 08/02/2019 02:39 AM, L.P.H. van Belle via samba wrote: > > After a quick look at this thread, yes, i suggest you add a new DC. > > > > I also suggest you read : > > First this one. > > > https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-1.1-checkup.txt> > Now you are joining a existing domain. > > > > Line 20, the resolv.conf, set the first name server to you > windows DC, the second to the internet. > > Besides that, before you install samba do these checks. > What it be best to turn off the existing Samba DC (with the problems)? > > -- > Bob Wooldridge > EDM Incorporated > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
On 08/02/2019 09:21 AM, L.P.H. van Belle via samba wrote:> Uh.. .. poweroff. ;-) > > And then cleanup the AD-DB and DNS old records. > Dns tool and Domain user andn computer mananger shows all you need. > This is because, not many records where shown in you ad-db. > > Note, for the new server use a new hostname.Yes, thanks, I will give it a try. -- Bob Wooldridge EDM Incorporated
I finally got around to doing this and I'm getting python errors again.? Using Debian Buster but Samba unstable which is version 4.9.11.? Here's the error when I try to join the domain: athena2:~# samba-tool domain join edm-inc.com DC -k yes Finding a writeable DC for domain 'edm-inc.com' Found DC ads1.edm-inc.com workgroup is EDM realm is edm-inc.com Adding CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Adding CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Adding CN=NTDS Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Join failed - cleaning up Deleted CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Deleted CN=NTDS Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Deleted CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com ERROR(ldb): uncaught exception - LDAP error 10 LDAP_REFERRAL - <0000202B: RefErr: DSID-030A09EC, data 0, 1 access points ??????? ref 1: '0a70b006-a6ea-4d60-a706-b6d5df668c90._msdcs.edm-inc.com' > <ldap://0a70b006-a6ea-4d60-a706-b6d5df668c90._msdcs.edm-inc.com> ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 178, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line 716, in run ??? backend_store=backend_store) ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1501, in join_DC ??? ctx.do_join() ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1397, in do_join ??? ctx.join_add_objects() ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 683, in join_add_objects ??? ctx.samdb.modify(m) On 08/02/2019 02:39 AM, L.P.H. van Belle via samba wrote:> After a quick look at this thread, yes, i suggest you add a new DC. > > I also suggest you read : > First this one. > https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-1.1-checkup.txt > Now you are joining a existing domain. > > Line 20, the resolv.conf, set the first name server to you windows DC, the second to the internet. > Besides that, before you install samba do these checks. > > Next is the install for the AD-DC. > https://github.com/thctlo/samba4/blob/master/howtos/stretch-base-2.0-samba-minimal-ad.txt > It is getting a bit old but its still correct. > > You start with line 38/39. > Follow it until you are at line 183. > > Now here it changes a bit since your joining a domain. > First you choose, with or without bind9_dlz. > Personally, i preffer bind9_dlz because its more flexable. > > Then > kinit administrator > samba-tool domain join your.dns.domain.tld DC -k yes > > Then follow it untill line 258, bind/ no bind.. > > Follow then untill line 290. > There you can stop, skip the SePrivileges part. > > Reboot the server, and check your result. > > Greetz, > > Louis > > > > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Robert A Wooldridge via samba >> Verzonden: donderdag 1 augustus 2019 16:16 >> Aan: samba at lists.samba.org >> Onderwerp: Re: [Samba] Serverinfo Error >> >> On 07/31/2019 01:28 AM, L.P.H. van Belle via samba wrote: >>> Hai, >>> >>> Just an suggestion. Since now its known what is missing/wrong. >>> Remove this server from the domain and re-add it. >>> >>> But use the samba 4.9.11 or 4.10.6 now. >> Would it be safer if I added a different machine using >> 4.9.11?? And if >> this new one works, then transfer rolls to it? >> >> -- >> Bob Wooldridge >> EDM Incorporated >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> >> >-- Bob Wooldridge IT Director EDM Incorporated 220 Mansion House Center Suite 300 ? St. Louis, MO 63102 Office 314.231.5485 ? ? ? Direct: 314.335.6911 ? ? rw at edm-inc.com Link to my Calendar <https://groupware.edm-inc.com/SOGo/dav/public/bob.wooldridge at edm-inc.com/Calendar/personal.ics> ENGINEERING DESIGN SOLUTIONS SINCE 1973
On 20/08/2019 23:23, Robert A Wooldridge via samba wrote:> I finally got around to doing this and I'm getting python errors > again.? Using Debian Buster but Samba unstable which is version > 4.9.11.? Here's the error when I try to join the domain: >Unless things have changed, you are trying to join against a Windows 2003 DC that either has no DNS records in AD, or borked (from the Samba point of view) DNS records. When you joined a Samba DC last time, you had to stop the join command from trying to add the DCs dns records before the join would complete, so you will need to do the same again and then fix your AD dns records. There is a possibility that you could fix your Windows 2003 dns first before the join, but I fear this would involve upgrading it. Rowland
Hai Bob, Ok, about the part below. Is the user "Administrator" available, as in can you login with it. Or is Adminstrator renamed to an other name? Then, what is the DC holding the FSMO Roles? You should try to join that specific server. Is this a windows server? Try this command: samba-tool domain join edm-inc.com DC \ --server=server.fqdn.here \ # << AD-DC server with FSMO roles --realm=EDM-INC.COM --dns-backend=SAMBA_INTERNAL \ # if your running with bind9, --dns-backend=BIND9_DLZ --option='idmap_ldb:use rfc2307 = yes' \ -U"DOM\Administrator" ( or change DOM\Administrator to Administrator at EDM-INC.COM ) Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Robert A Wooldridge via samba > Verzonden: woensdag 21 augustus 2019 0:23 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Serverinfo Error > > I finally got around to doing this and I'm getting python > errors again.? > Using Debian Buster but Samba unstable which is version > 4.9.11.? Here's > the error when I try to join the domain: > > > athena2:~# samba-tool domain join edm-inc.com DC -k yes > Finding a writeable DC for domain 'edm-inc.com' > Found DC ads1.edm-inc.com > workgroup is EDM > realm is edm-inc.com > Adding CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com > Adding > CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C > onfiguration,DC=edm-inc,DC=com > Adding CN=NTDS > Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=S > ites,CN=Configuration,DC=edm-inc,DC=com > Join failed - cleaning up > Deleted CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com > Deleted CN=NTDS > Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=S > ites,CN=Configuration,DC=edm-inc,DC=com > Deleted > CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=C > onfiguration,DC=edm-inc,DC=com > ERROR(ldb): uncaught exception - LDAP error 10 LDAP_REFERRAL - > <0000202B: RefErr: DSID-030A09EC, data 0, 1 access points > ??????? ref 1: > '0a70b006-a6ea-4d60-a706-b6d5df668c90._msdcs.edm-inc.com' > > <ldap://0a70b006-a6ea-4d60-a706-b6d5df668c90._msdcs.edm-inc.com> > ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", > line 178, in _run > ??? return self.run(*args, **kwargs) > ? File > "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line > 716, in run > ??? backend_store=backend_store) > ? File "/usr/lib/python2.7/dist-packages/samba/join.py", > line 1501, in > join_DC > ??? ctx.do_join() > ? File "/usr/lib/python2.7/dist-packages/samba/join.py", > line 1397, in > do_join > ??? ctx.join_add_objects() > ? File "/usr/lib/python2.7/dist-packages/samba/join.py", > line 683, in > join_add_objects > ??? ctx.samdb.modify(m) > > > > > On 08/02/2019 02:39 AM, L.P.H. van Belle via samba wrote: > > After a quick look at this thread, yes, i suggest you add a new DC. > > > > I also suggest you read : > > First this one. > > > https://github.com/thctlo/samba4/blob/master/howtos/stretch-ba > se-1.1-checkup.txt > > Now you are joining a existing domain. > > > > Line 20, the resolv.conf, set the first name server to you > windows DC, the second to the internet. > > Besides that, before you install samba do these checks. > > > > Next is the install for the AD-DC. > > > https://github.com/thctlo/samba4/blob/master/howtos/stretch-ba > se-2.0-samba-minimal-ad.txt > > It is getting a bit old but its still correct. > > > > You start with line 38/39. > > Follow it until you are at line 183. > > > > Now here it changes a bit since your joining a domain. > > First you choose, with or without bind9_dlz. > > Personally, i preffer bind9_dlz because its more flexable. > > > > Then > > kinit administrator > > samba-tool domain join your.dns.domain.tld DC -k yes > > > > Then follow it untill line 258, bind/ no bind.. > > > > Follow then untill line 290. > > There you can stop, skip the SePrivileges part. > > > > Reboot the server, and check your result. > > > > Greetz, > > > > Louis > > > > > > > > > > > >> -----Oorspronkelijk bericht----- > >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens > >> Robert A Wooldridge via samba > >> Verzonden: donderdag 1 augustus 2019 16:16 > >> Aan: samba at lists.samba.org > >> Onderwerp: Re: [Samba] Serverinfo Error > >> > >> On 07/31/2019 01:28 AM, L.P.H. van Belle via samba wrote: > >>> Hai, > >>> > >>> Just an suggestion. Since now its known what is missing/wrong. > >>> Remove this server from the domain and re-add it. > >>> > >>> But use the samba 4.9.11 or 4.10.6 now. > >> Would it be safer if I added a different machine using > >> 4.9.11?? And if > >> this new one works, then transfer rolls to it? > >> > >> -- > >> Bob Wooldridge > >> EDM Incorporated > >> > >> > >> -- > >> To unsubscribe from this list go to the following URL and read the > >> instructions: https://lists.samba.org/mailman/options/samba > >> > >> > > > > -- > > Bob Wooldridge > > IT Director > > > EDM Incorporated 220 Mansion House Center Suite 300 ? St. > Louis, MO 63102 > > Office 314.231.5485 ? ? ? Direct: 314.335.6911 ? ? rw at edm-inc.com > > Link to my Calendar > <https://groupware.edm-inc.com/SOGo/dav/public/bob.wooldridge@ > edm-inc.com/Calendar/personal.ics> > > > ENGINEERING DESIGN SOLUTIONS SINCE 1973 > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote:> Hai Bob, > > Ok, about the part below. > > Is the user "Administrator" available, as in can you login with it. > Or is Adminstrator renamed to an other name?Administrator is the windows domain administrator.? I can login to any windows machine with it.? But it is not a Linux user on the Linux machine.> > Then, what is the DC holding the FSMO Roles? > You should try to join that specific server. > Is this a windows server?The DC holding FSMO roles is the Samba machine which I turned off. FSMO roles were transferred to that machine. Is it possible for the Server 2003 machine to take those rolls back?> > Try this command: > samba-tool domain join edm-inc.com DC \ > --server=server.fqdn.here \ # << AD-DC server with FSMO roles > --realm=EDM-INC.COM > --dns-backend=SAMBA_INTERNAL \ # if your running with bind9, --dns-backend=BIND9_DLZ > --option='idmap_ldb:use rfc2307 = yes' \ > -U"DOM\Administrator" > > ( or change DOM\Administrator to Administrator at EDM-INC.COM ) > > > > Greetz, > > Louis > > >-- Bob Wooldridge EDM Incorporated
Hello Bob,> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Robert A Wooldridge via samba > Verzonden: woensdag 21 augustus 2019 15:49 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Serverinfo Error > > On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote: > > Hai Bob, > > > > Ok, about the part below. > > > > Is the user "Administrator" available, as in can you login with it. > > Or is Adminstrator renamed to an other name? > Administrator is the windows domain administrator.? I can > login to any > windows machine with it.? But it is not a Linux user on the > Linux machine.Thats fine root is mapped to Administrator> > > > Then, what is the DC holding the FSMO Roles? > > You should try to join that specific server. > > Is this a windows server? > The DC holding FSMO roles is the Samba machine which I turned > off. FSMO > roles were transferred to that machine. Is it possible for the Server > 2003 machine to take those rolls back?Yes, see: https://support.microsoft.com/en-us/help/255504/using-ntdsutil-exe-to-transfer-or-seize-fsmo-roles-to-a-domain-control> > > > Try this command: > > samba-tool domain join edm-inc.com DC \ > > --server=server.fqdn.here \ # << AD-DC server with > FSMO roles > > --realm=EDM-INC.COM > > --dns-backend=SAMBA_INTERNAL \ # if your running with > bind9, --dns-backend=BIND9_DLZ > > --option='idmap_ldb:use rfc2307 = yes' \ > > -U"DOM\Administrator" > > > > ( or change DOM\Administrator to Administrator at EDM-INC.COM ) > > > > > >Greetz, Louis> > > > > > > > -- > Bob Wooldridge > EDM Incorporated > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
On 08/21/2019 02:02 AM, L.P.H. van Belle via samba wrote:> Try this command: > samba-tool domain join edm-inc.com DC \ > --server=server.fqdn.here \ # << AD-DC server with FSMO roles > --realm=EDM-INC.COM > --dns-backend=SAMBA_INTERNAL \ # if your running with bind9, --dns-backend=BIND9_DLZ > --option='idmap_ldb:use rfc2307 = yes' \ > -U"DOM\Administrator" > > ( or change DOM\Administrator to Administrator at EDM-INC.COM )Results: athena2:~# samba-tool domain join edm-inc.com DC --server=ads1.edm-inc.com --realm=EDM-INC.COM --dns-backend=SAMBA_INTERNAL --option='idmap_ldb:use rfc2307 = yes' -U"EDM\Administrator" Password for [EDM\Administrator]: workgroup is EDM realm is edm-inc.com Adding CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Adding CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Adding CN=NTDS Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Adding SPNs to CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Setting account password for ATHENA2$ Enabling account Calling bare provision Looking up IPv4 addresses Looking up IPv6 addresses No IPv6 address will be assigned Setting up secrets.ldb Setting up the registry Setting up the privileges database Setting up idmap db Setting up SAM db Setting up sam.ldb partitions and settings Setting up sam.ldb rootDSE Pre-loading the Samba 4 and AD schema Unable to determine the DomainSID, can not enforce uniqueness constraint on local domainSIDs A Kerberos configuration suitable for Samba AD has been generated at /var/lib/samba/private/krb5.conf Merge the contents of this file with your system krb5.conf or replace it with this one. Do not create a symlink! Provision OK for domain DN DC=edm-inc,DC=com Starting replication Schema-DN[CN=Schema,CN=Configuration,DC=edm-inc,DC=com] objects[402/1081] linked_values[0/0] Schema-DN[CN=Schema,CN=Configuration,DC=edm-inc,DC=com] objects[804/1081] linked_values[0/0] Schema-DN[CN=Schema,CN=Configuration,DC=edm-inc,DC=com] objects[1206/1081] linked_values[0/0] Schema-DN[CN=Schema,CN=Configuration,DC=edm-inc,DC=com] objects[1376/1081] linked_values[0/0] Analyze and apply schema objects Partition[CN=Configuration,DC=edm-inc,DC=com] objects[402/4062] linked_values[0/26] Partition[CN=Configuration,DC=edm-inc,DC=com] objects[804/4062] linked_values[0/26] Partition[CN=Configuration,DC=edm-inc,DC=com] objects[1206/4062] linked_values[0/26] Partition[CN=Configuration,DC=edm-inc,DC=com] objects[1608/4062] linked_values[0/26] Partition[CN=Configuration,DC=edm-inc,DC=com] objects[1640/4062] linked_values[26/26] dsdb_replicated_objects_convert: Ignoring object outside partition 14fdc5de-6126-4568-9d84-ff7a7c3d0521 CN=Schema,CN=Configuration,DC=edm-inc,DC=com: WERR_DS_ADD_REPLICA_INHIBITED Replicating critical objects from the base DN of the domain Partition[DC=edm-inc,DC=com] objects[94/249] linked_values[0/0] Partition[DC=edm-inc,DC=com] objects[351/6576] linked_values[0/0] dsdb_replicated_objects_convert: Ignoring object outside partition bc113c1b-fd60-4277-9b26-bf16318d53e9 CN=Configuration,DC=edm-inc,DC=com: WERR_DS_ADD_REPLICA_INHIBITED Partition[DC=edm-inc,DC=com] objects[587/6576] linked_values[0/0] dsdb_replicated_objects_convert: Ignoring object outside partition 10ec641e-dd40-4704-b9a7-03664a15415d DC=DomainDnsZones,DC=edm-inc,DC=com: WERR_DS_ADD_REPLICA_INHIBITED dsdb_replicated_objects_convert: Ignoring object outside partition 92d6e51a-9c5b-4bff-bb5e-cd7a89bbe2b6 DC=ForestDnsZones,DC=edm-inc,DC=com: WERR_DS_ADD_REPLICA_INHIBITED Partition[DC=edm-inc,DC=com] objects[812/6576] linked_values[0/0] Done with always replicated NC (base, config, schema) Replicating DC=DomainDnsZones,DC=edm-inc,DC=com Partition[DC=DomainDnsZones,DC=edm-inc,DC=com] objects[21/21] linked_values[0/0] Replicating DC=ForestDnsZones,DC=edm-inc,DC=com Partition[DC=ForestDnsZones,DC=edm-inc,DC=com] objects[5/5] linked_values[0/0] Exop on[CN=RID Manager$,CN=System,DC=edm-inc,DC=com] objects[3] linked_values[0] Committing SAM database Adding 1 remote DNS records for ATHENA2.edm-inc.com Adding DNS A record ATHENA2.edm-inc.com for IPv4 IP: 10.10.1.15 Join failed - cleaning up Deleted CN=RID Set,CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Deleted CN=ATHENA2,OU=Domain Controllers,DC=edm-inc,DC=com Deleted CN=NTDS Settings,CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com Deleted CN=ATHENA2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=edm-inc,DC=com ERROR(runtime): uncaught exception - (9003, 'WERR_DNS_ERROR_RCODE_NAME_ERROR') ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py", line 178, in _run ??? return self.run(*args, **kwargs) ? File "/usr/lib/python2.7/dist-packages/samba/netcmd/domain.py", line 716, in run ??? backend_store=backend_store) ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1501, in join_DC ??? ctx.do_join() ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1406, in do_join ??? ctx.join_add_dns_records() ? File "/usr/lib/python2.7/dist-packages/samba/join.py", line 1143, in join_add_dns_records ??? dns_partition=domaindns_zone_dn) ? File "/usr/lib/python2.7/dist-packages/samba/samdb.py", line 1057, in dns_lookup ??? dns_partition=dns_partition) -- Bob Wooldridge EDM Incorporated