Displaying 3 results from an estimated 3 matches for "stefangweichinger".
2019 Apr 29
0
Automating creation of OUs, security groups and GPOs, in Samba AD DC
Hai Mason,
I only dont have the time to work this out now.
But the 2 Stefan'ss have done this part.
Script + proxymod : Stefan 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
> &...
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
...ll create two DCs a DNS-Proxy and a Linux-Client to build a
Trust during the tutorial. After the tutorial I will post the script
with all data on my webpage, then I can post a link. The
SambaXP-tutorial will 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 creat...