Changeset 1429 for branches/locker-dev


Ignore:
Timestamp:
Jan 19, 2010, 11:02:17 PM (14 years ago)
Author:
mitchb
Message:
Fascist lockers can't sign up just by giving daemon.scripts l
Stop telling them that that will work; it just gets them to an
even more cryptic error message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/bin/signup-minimal

    r776 r1429  
    6060  echo "ERROR:"
    6161  echo "The scripts servers cannot verify the permissions of the locker <$lname>."
    62   echo "Try running \"fs sa /mit/$lname daemon.scripts l\" (with a lowercase"
    63   echo "L at the end) and then try again. Contact scripts@mit.edu if you are"
    64   echo "unable to solve the problem."
     62  echo "This is probably because your locker is not publicly listable."
     63  echo "You can remedy this signup problem and make your locker publicly"
     64  echo "listable by running \"fs sa /mit/$lname system:anyuser l\" (with a"
     65  echo "lowercase L at the end).  Note that this will make it possible for"
     66  echo "anyone to see the names of your files and the list of people who"
     67  echo "have access to them, though it will not cause the contents of your"
     68  echo "files to be publicly readable.  If you are unwilling to have your"
     69  echo "locker listable by the public, please contact scripts@mit.edu"
     70  echo "for information about other ways to work around the problem."
    6571  exit 1
    6672fi
Note: See TracChangeset for help on using the changeset viewer.