Difference between revisions of "Howto Add a Samba4 Domain Controller"

From Pumping Station One
Jump to navigation Jump to search
(the new version)
Line 7: Line 7:
 
== Joining ==
 
== Joining ==
  
   samba-tool domain join AD.PUMPINGSTATIONONE.ORG -U hef
+
   samba-tool domain join AD.PUMPINGSTATIONONE.ORG DC -U hef
  
 
== Adding Users ==
 
== Adding Users ==

Revision as of 07:04, 23 May 2014

Setup

  • Follow the Arch provision guide
  • Add role: dc to the salt minion config.

Joining

 samba-tool domain join AD.PUMPINGSTATIONONE.ORG DC -U hef

Adding Users

To create the user "hef" and set the user password, use the following command:

  /usr/local/samba/bin/samba-tool user add hef


To add the user "hef" to the "Domain Admins" group, use the following command:

  /usr/local/samba/bin/samba-tool group addmembers "Domain Admins" hef