Howto Add a Samba4 Domain Controller: Difference between revisions
From Pumping Station One
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
samba-tool domain join AD.PUMPINGSTATIONONE.ORG DC -U hef | samba-tool domain join AD.PUMPINGSTATIONONE.ORG DC -U hef | ||
=== Checking and Fixing DNS === | |||
DNS doesn't always register correctly. | |||
check it: | |||
host -t dc01.ad.pumpingstationone.org. | |||
If nothing comes back, re add it by hand. | |||
samba-tool dns add bob ad.pumpingstationone.org dc01 A 10.100.0.112 | |||
== Joining As a Domain Member == | == Joining As a Domain Member == | ||
| Line 22: | Line 35: | ||
The samba-tool domain join command does not get winbindd working correctly. The <code>net</code> command is required. | The samba-tool domain join command does not get winbindd working correctly. The <code>net</code> command is required. | ||
== Adding Users == | == Adding Users == | ||