On Tue, 20 Feb 2018 17:34:00 +0500 "denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote:> Not join(( > samba-tool domain join example.ru DC -Uvas.lah --password=password > --realm=EXAMPLE.RU --site=SITE2 -d 4'example.ru' is your dns domain name, you should be using your netbios domain name 'EXAMPLE' Who is 'vas.lah' ? does the user have the required permissions to join a DC to the domain ?> > samba find srv-site3-dc01 and failed join to server DC srv-site3-dc01 >As long as the DC the join command finds, is in the same REALM, it shouldn't matter which DC is used. Can you please try the join command: samba-tool domain join EXAMPLE DC -UAdministrator --password=password --realm=EXAMPLE.RU --site=SITE2 Rowland
Not join samba-tool domain join EXAMPLE DC -Uvas.lah --password=password --realm=EXAMPLE.RU --site=SITE2 find srv-site3-dc01 and the same error occurred samba-tool domain join EXAMPLE DC -UAdministrator --password=password --server=srv-dc01.example.ru --realm=EXAMPLE.RU --site=SITE2 returned the original error vas.lah - domain administrator also tried the user with the rights: enterprice admins and scheme admins Samba 4.6 previously tried and joined the domain, but due to replication errors it was abandoned В Вт, 20/02/2018 в 13:04 +0000, Rowland Penny via samba пишет:> On Tue, 20 Feb 2018 17:34:00 +0500 > "denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote: > > > Not join(( > > samba-tool domain join example.ru DC -Uvas.lah --password=password > > --realm=EXAMPLE.RU --site=SITE2 -d 4 > > 'example.ru' is your dns domain name, you should be using your netbios > domain name 'EXAMPLE' > > Who is '' ? does the user have the required permissions to join a > DC to the domain ? > > > > > samba find srv-site3-dc01 and failed join to server DC srv-site3-dc01 > > > > As long as the DC the join command finds, is in the same REALM, it > shouldn't matter which DC is used. > > Can you please try the join command: > > samba-tool domain join EXAMPLE DC -UAdministrator --password=password > --realm=EXAMPLE.RU --site=SITE2 > > Rowland >
On Wed, 21 Feb 2018 10:45:43 +0500 "denis.shigapov" <denis.shigapov at stroylandiya.ru> wrote:> Not join > samba-tool domain join EXAMPLE DC -Uvas.lah --password=password > --realm=EXAMPLE.RU --site=SITE2 find srv-site3-dc01 and the same > error occurred > > samba-tool domain join EXAMPLE DC -UAdministrator --password=password > --server=srv-dc01.example.ru --realm=EXAMPLE.RU --site=SITE2 returned > the original error > > > vas.lah - domain administrator > also tried the user with the rights: enterprice admins and scheme > admins > > Samba 4.6 previously tried and joined the domain, but due to > replication errors it was abandoned > >Is there some reason why you will not try the exact join command I posted ??? I can assure you that the join command works on 4.7.5, I did it last Friday, albeit against a Samba AD DC. You shouldn't get replication errors, perhaps the problem lies on the windows DC you are trying to join to ? Rowland