Ignore:
Timestamp:
Jan 19, 2010, 11:32:33 PM (14 years ago)
Author:
mitchb
Message:
Fix signup-sql and the fascist locker error message in signup-minimal
(Merge r1428:1430 from branches/locker-dev to trunk)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/bin/signup-minimal

    r776 r1431  
    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)."
     66  echo ""
     67  echo "NOTE: This will make it possible for the public (including anyone"
     68  echo "viewing http://web.mit.edu/$lname) to see the names of your files"
     69  echo "and the list of people who have access to them, though it will not"
     70  echo "cause the contents of your files to be publicly readable.  If you"
     71  echo "are unwilling to have your locker listable by the public, please"
     72  echo "contact scripts@mit.edu for information about other ways to work"
     73  echo "around the problem."
    6574  exit 1
    6675fi
Note: See TracChangeset for help on using the changeset viewer.