On Fri, Mar 20, 2009 at 12:57 AM, Thierry Dumont <[email protected]> wrote: > I am working again on the integration of LDAP identification in Sage > (sage-3.4)... and I have problems :-; > > 1) did something change since versions x (x= last version in July 2008) > in the identification? > I see a file twistedconf.tac in .:sage/sage_notebook and it look like if > this has something to do with identification.
I don't know if anything has changed. You can find out precisely what/when anything has changed with any file in Sage using the revision control system (mercurial). E.g., sage -hg log notebook.py |more tells you all tickets that changed notebook.py, and sage -hg ticket_number gives you the text of the patch. You can also do sage: hg_sage.browse() and click the browse link the left to browse around and graphically view the history of any file. > 2) for debugging purpose, I need to log things which happen in the > identification process: how can I do this ? It seems tht Sage (the > notebook) logs something , but where? I would put print statements in the source code of Sage. William > Yours > t.d. > > > ------------- > French universities are on a permanent strike! > Have a look at the International Call: > http://math.univ-lyon1.fr/appel > ------------- > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
