Displaying 5 results from an estimated 5 matches for "groupou".
Did you mean:
groupsou
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all,
As per Jelmer's request - in response to bug #7455 attached diff file.
Please let me know what you think and if any modificationes need to be
performed
Regards
Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newusergroupadv.diff
URL:
2014 Oct 13
1
groups with cn similar to domain
Question follows the description?
I have a domain something like "DC=example,DC=lan"
I can create a group named ?example? within group OU ?OU=Groups? using:
samba-tool group add example ?groupou=?OU=Groups"
I can?t query the group using:
wbinfo ?group-info example
failed to call wbcGetgrnam: WBC_ERR_DOMAIN_NOT_FOUND
Could not get info for group example
However I can query using:
ldbsearch --url=ldap://dc1.example.lan -k yes -b ?dc=example,dc=lan" "(&(...
2014 Apr 16
1
samba-tool OU's organisational units
I am confused as with samba-tool it does practically everything and all the default methods of M$ AD are covered.
For some reason OU's seem to be missing I know OU's are very Group policy orientated but also they are simply Organisational Units.
The ability to list, create and delete OU's seems to be omitted.
Also when you add a user the destination OU parameter is missing.
Is this
2024 Jul 12
0
Error 1069 when using gMSA on a Windows client
...y. In this case, I can configure gMSA from samba-tool and use the created service accounts on Windows Clients.
In my case:
- "al-r-dc1" - Samba DC
- "win-cl1" - windows client
I did configure gMSA using the following commands:
--------------
sudo ./samba-tool group add GMSA2 --groupou="OU=Groups" --group-scope=Global
sudo ./samba-tool group addmembers gmsa2 al-r-dc1$,win-cl1$
sudo ./samba-tool service-account create --name=gmsaSrvc2 --dns-host-name=gmsaSrvc2.smblocal.net
sudo ./samba-tool service-account group-msa-membership add --name=gmsaSrvc2 --principal="CN=GM...
2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
...uot;
# create TestOU
samba-tool ou create ${Test_OU_DN}
# create two? OUs within TestOU
samba-tool ou create "OU=Test1_with_Owner-Rights,${Test_OU_DN}"
samba-tool ou create "OU=Test2_without_Owner-Rights,${Test_OU_DN}"
# add group to TestOU
samba-tool group add ${TestGroup} --groupou OU=${TestOU}
--description="Group for OWNER-RIGHTS test"
# add user to OU
samba-tool user add? ${TestUser} ${TestUserPWD} --userou OU=${TestOU}
# add TestUser to TestGroup
samba-tool group addmembers ${TestGroup} ${TestUser}
# set OWNER RIGHTS only for OU Test1_with_Owner-Rights
samba...