Displaying 3 results from an estimated 3 matches for "front_office".
2019 Apr 27
4
Automating creation of OUs, security groups and GPOs, in Samba AD DC
...l over 10 years since I last messed around with command line
LDAP tools, so any hints/suggestions are most welcome!
To clarify, here's a rough example of the directory structure I'm trying to
add and the security groups I want to create:
DC=<Unique domain>
OU=AD Users
CN=front_office # each of these is a domain global security group
CN=managers
CN=engineers
OU=AD Computers
OU=PCs
OU=Servers
OU=AD Resources
CN=fs_shared_modify # each of these is a domain local security
group
CN=fs_archive_ro
CN=pr_colour...
2019 Apr 29
0
Automating creation of OUs, security groups and GPOs, in Samba AD DC
...] ?
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=OFFICE1
> > OU=AD Users
> > CN=front_office # each of these is a domain global security group
> > CN=managers
> > CN=engineers
> > OU=AD Computers
> > OU=PCs
> > OU=Servers
> > OU=AD Resources
> > CN=fs_shared_modify # each of these is a domain local s...
2019 May 01
2
Automating creation of OUs, security groups and GPOs, in Samba AD DC
...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=OFFICE1
>>> OU=AD Users
>>> CN=front_office # each of these is a domain global security group
>>> CN=managers
>>> CN=engineers
>>> OU=AD Computers
>>> OU=PCs
>>> OU=Servers
>>> OU=AD Resources
>>> CN=fs_shared_modify # each of the...