X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=09a2616f3842508625fab3d6e11fc50b3fcc023c;hp=70c3094754cbb3426a80ec8c8f23b10242192cd6;hb=043f0c8c9a4bd3cd4d9b5f87023bb5d7c0a19722;hpb=8a68cb1e5875bb6de16aae0b8a3a481bbdd24fd2 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.