positions.sh is a script that should be located on the/root directory. The script should complete thefollowing.
-
Add new groups for each position on your CSV. Make surethat each group has unique gidNumber.
dn: cn=POSITIONS,ou=groups,dc=cts4348,dc=fiu,dc=edu
objectClass: top
objectClass: posixGroup
gidNumber: # must be dynamic -
Add the users corresponding users to eachgroup.
Solution