Sounds good. In the meantime I'm running the notebook with accounts=True and blocking access to /register with Apache htdigest.
Thanks for the quick feedback! Brent W. On Aug 14, 3:40 pm, William Stein <[email protected]> wrote: > On Fri, Aug 14, 2009 at 12:04 PM, fprimex<[email protected]> wrote: > > > Hi all, > > > I would like to be able to add users to a running notebook as admin. I > > do not wish to use the account registration system and have open > > registration. So kind of what I'm after is a registration page that > > only the admin can get to. > > > Does such a thing exist? > > Nope. > > > If not, could it be implemented? > > Yes. If you don't do it by October, I'll work on it then. > > > I tried to manipulate the exposed python objects in a sage worksheet > > to do this, but have so far been unsuccessful. > > That can't work, since the user data is stored in the memory of the > server. Without stopping the server at present this is impossible. > > > I was attempting to use > > code similar to the Example under add_user given here: > >http://www.sagemath.org/doc/reference/sage/server/notebook/notebook.html > > > I'm also interested in seeing LDAP authorization implemented and am > > curious if anyone is working on making the Sage notebook a WSGI > > application. > > +1 to LDAP. > > Nobody is working on anything like the above (either WSGI or LDAP) in > the notebook right now. > > William --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
