search for: testuserpwd

Displaying 1 result from an estimated 1 matches for "testuserpwd".

2020 Aug 24
0
Set/Restrict Owner Rights for OU-Admin
...ment the same rights as in our old domain from gui and command line. Samba Version 4.12.6 Here a small bash script to setup an example via command line: ============= #!/bin/bash # variables used in the script TestOU="TestSamba-OU-OWNER-RIGHTS" TestUser="TestSamba-User-OR" TestUserPWD="TestUserPW1!" TestGroup="acl-ad_TestSamba-Group-OR_ou-rw" Base_OU_DN="DC=ad,DC=something,DC=com" Group_OWNER_RIGHTS="OWNER RIGHTS" AD="AD\\" Test_OU_DN="OU=${TestOU},${Base_OU_DN}" # delete Test_OU_DN ( might be necessary to run script...