Howto Add a Samba4 Domain Controller: Difference between revisions
From Pumping Station One
commenting on windbind |
m Robot: Cosmetic changes |
||
| Line 2: | Line 2: | ||
== Setup == | == Setup == | ||
* | * Follow the Arch provision guide | ||
* | * Add role: dc to the salt minion config. | ||
== Joining As a Domain Controller == | == Joining As a Domain Controller == | ||
| Line 13: | Line 13: | ||
net ads join -U hef | net ads join -U hef | ||
The samba-tool domain join command does not get winbindd working correctly. | The samba-tool domain join command does not get winbindd working correctly. The <code>net</code> command is required. | ||
== Adding Users == | == Adding Users == | ||