From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 22 Oct 1997 10:49:00 -0500 From: G. David Butler gdb@dbSystems.com Subject: [9fans] group organization Topicbox-Message-UUID: 69f1d850-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19971022154900.JdKzlR52llquPzWoAtRT5KEfjeuVR42P5tVR-v-rg-I@z> From: Kenji Arisawa >But I cannot find a user command to add group members. >If a user can organize his own group, it must be wonderful. The user can use the command "mail" to add users to his group. :-) The mail is sent to the person that can lay hands on the fileserver to type "newuser group +new_member". Even if there are members of the adm group with write permission on /adm/users, unless someone types at the fileserver "users", it won't take till a reboot. Yet another example where Plan9 security works. This stuff is not necessary to change a password at least. That info is managed from the auth server which has a network interface. I've been thinking of how to allow network access to the file server besides the "connect a serial cable to a cpu server and use consolefs". Perhaps a file like /adm/cons which provides read/write access to the console thread. Then you put users in the adm group with read/write group perms on /adm/cons to get to it. Comments? David Butler gdb@dbSystems.com