Displaying 2 results from an estimated 2 matches for "redacteddomain".
2018 Mar 08
4
NT_STATUS_CONNECTION_REFUSED Joining Domain - Desperately need help
....connect(url, flags, options)
File "/usr/lib64/python2.7/site-packages/samba/samdb.py", line 72, in connect
options=options)
I have been unable to find any details in the logs on the existing server when I run this command.
The join command I'm using is:
samba-tool domain join redacteddomain.redacted.com DC -U"REDACTEDDOMAIN\administrator" --dns-backend=SAMBA_DLZ --option='idmap_ldb:use rfc2307 = yes' -d 10
How this problem started:
I originally had two domain controllers, both of which were running Samba 4.5. I was troubleshooting a time sync issue between Windows...
2018 Mar 09
0
NT_STATUS_CONNECTION_REFUSED Joining Domain - Desperately need help - [SOLVED]
.../usr/lib64/python2.7/site-packages/samba/samdb.py", line 72, in
> connect
> options=options)
>
> I have been unable to find any details in the logs on the existing server
> when I run this command.
>
> The join command I'm using is:
>
> samba-tool domain join redacteddomain.redacted.com DC
> -U"REDACTEDDOMAIN\administrator" --dns-backend=SAMBA_DLZ
> --option='idmap_ldb:use rfc2307 = yes' -d
> 10
>
> How this problem started:
> I originally had two domain controllers, both of which were running Samba
> 4.5. I was troublesh...