Changeset 776 for locker/bin/signup-minimal
- Timestamp:
- Jul 10, 2008, 5:52:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locker/bin/signup-minimal
r733 r776 91 91 rmdir "/mit/$lname/.scripts-signup" 92 92 93 if [ "$ans" = "done" ]; then 94 # nscd caches account nonexistence with a 5-second TTL. 95 # (LDAP updates are more or less instant.) 96 # Somehow, the server can wait up to 10 seconds... 97 echo "Creating scripts.mit.edu account for $lname..." 98 sleep 10 99 fi 100 93 101 if [ "$ans" != "done" ] && [ "$ans" != "username already taken" ]; then 94 102 echo "ERROR:"
Note: See TracChangeset
for help on using the changeset viewer.