X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=09a2616f3842508625fab3d6e11fc50b3fcc023c;hp=70c3094754cbb3426a80ec8c8f23b10242192cd6;hb=4d5a9b90c3e9cbdff019776d05792beb57fbfa31;hpb=63c93373def8127eb13ebfa6bd331c11ba7efd4e diff --git a/INSTALL b/INSTALL index 70c30947..09a2616f 100644 --- a/INSTALL +++ b/INSTALL @@ -56,11 +56,12 @@ as user foo, and that you want to connect from client_host as user bar. As foo@server_host, create ~/.paraslash/server.users by typing the following commands: + user=bar target=~/.paraslash/server.users - key=~/.paraslash/key.pub.$LOGNAME + key=~/.paraslash/key.pub.$user perms=AFS_READ,AFS_WRITE,VSS_READ,VSS_WRITE mkdir -p ~/.paraslash - echo "user $LOGNAME $key $perms" >> $target + echo "user $user $key $perms" >> $target This gives "bar" the full privileges.