Changeset 6701:3fc8124b300a


Ignore:
Timestamp:
10/05/07 18:05:20 (6 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Message:

Improve notebook(...) docs -- mention an exploit that Timothy C. found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/server/notebook/notebook_object.py

    r6515 r6701  
    4848                      automatically timeout, i.e., the corresponding 
    4949                      Sage session terminates.  0 means 'never timeout'. 
     50        server_pool -- list;   The server_pool option specifies that worksheet processes run 
     51                      as a separate user (chosen from the list in the server_pool -- see below). 
    5052                       
    5153    \begin{verbatim} 
     
    9294       the accounts option above. 
    9395 
     96       Be sure to make that the sage_notebook/nb.sobj and contents 
     97       of sage_notebook/backups is chmod og-rwx, i.e., only readable 
     98       by the notebook process, since otherwise any user can read 
     99       nb.sobj, which contains user email addresses and account 
     100       information (password are stored hashed, so less worries there).  
     101 
    94102 
    95103    INPUT:  (more advanced) 
    96104 
    97       NOTE: The values of these two properties default to what they were 
    98      last time the notebook command was called. 
     105    NOTE: The values of these two properties default to what they were 
     106    last time the notebook command was called. 
    99107     
    100108        server_pool -- (default: None), if given, should be a list like  
Note: See TracChangeset for help on using the changeset viewer.