update gerrit list
[openafs-wiki.git] / reguser / OpenAFSUsersGroups.mdwn
1 In this section we will create a shared project work space and give multiple
2 users read and write access to it.
3
4 1. As admin, create the users (kerberos and pts): follow the steps from [[OpenAFS Tutorial Setup]] under the Creating regular users section.
5
6 2. As admin, create a new prefix-less group and add members to it. First check the existing groups. Then create the group and add members.
7     kinit admin
8     aklog
9     pts listentries -g
10     pts creategroup -name <new group>
11     pts adduser <user> <new group>
12     pts membership <new group>
13
14 3. As admin, create a shared "project" volume. Mount the volume, and grant the group access rights.
15     vos create afs01 a project.<new group> -m 0
16     fs mkmount /afs/yoyodyne.com/<new group> project.<new group>
17     fs sa /afs/yoyodyne.com/<new group>/ <new group> write
18     touch /afs/yoyodyne.com/<new group>/<file>
19     echo "Cleveland Rocks" > /afs/yoyodyne.com/<new group>/<file>
20     cat /afs/yoyodyne.com/<new group>/<file>
21
22 Sine Nomine Associates Nov 2017