I did a quick-and-dirty edit to the source in devel/sagenb/sagenb/
notebook/run_notebook.py, replacing the raw input for domain name
with:

import socket
dn = socket.gethostname()

Also replaced the body of get_admin_passwd() like so:

def get_admin_passwd():
    passwd = 'TopSecret'
    return passwd

Seems to work fine for what we're doing; we assume anyone within our
company's firewall is trustworthy.

This way we can have operations write an init script that runs sage
with the reset=True flag, then with the interface='' flag, and we're
up and running.

Thanks again for everyone's suggestions..

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to