Displaying 3 results from an estimated 3 matches for "your_admin_pass".
2019 Apr 29
0
Automating creation of OUs, security groups and GPOs, in Samba AD DC
...efan Kania, ask him if he is willing to share his vagrant vm setup.
Preseed+script: Stefan W. : https://gist.github.com/stefangweichinger/66bfc5c6518c3838e5834287c681ae80
Look at line 220.
You could change that to a script you make.
And with something like this your and end on the way.
echo Your_Admin_Pass | kinit Administrator
samba-tool ou create ou_dn [options] ?
samba-tool group create
samba-tool users add group
> > DC=<Unique domain>
^^ would be
DC=SOME,DC=DOMAIN,DC=TLD # AD search base.
( something like that, so other people understand this better. )
I would add here.
OU...
2019 Apr 27
4
Automating creation of OUs, security groups and GPOs, in Samba AD DC
Hello,
I'm trying to automate the creation of several small samba AD DCs, each
with a different domain. Samba tool works fine for creating a brand new
domain, but I haven't seen any functionality for manipulating the directory
structure of a new domain. Specifically, I'd like to automate the creation
of a standard set of OUs, security groups and GPOs. I'm wondering whether
2019 May 01
2
Automating creation of OUs, security groups and GPOs, in Samba AD DC
...l be on the June 4th.
Stefan
>
> Preseed+script: Stefan W. : https://gist.github.com/stefangweichinger/66bfc5c6518c3838e5834287c681ae80
> Look at line 220.
> You could change that to a script you make.
>
> And with something like this your and end on the way.
>
> echo Your_Admin_Pass | kinit Administrator
> samba-tool ou create ou_dn [options] ?
> samba-tool group create
> samba-tool users add group
>
>
>>> DC=<Unique domain>
> ^^ would be
> DC=SOME,DC=DOMAIN,DC=TLD # AD search base.
> ( something like that, so other people understand...