Displaying 1 result from an estimated 1 matches for "test2_without_own".
Did you mean:
test2_without_owner
2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
...quot;
echo " "
echo "Base_OU-DN: ${Base_OU_DN}"
echo "Test-OU-DN: ${Test_OU_DN}"
# 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 a...