Displaying 1 result from an estimated 1 matches for "test1_with_owner".
2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
...uot;Test-User: ${TestUser}"
echo "Test-User_PWD: ${TestUserPWD}"
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} ${TestUse...