From 9862cc404bcfe494d57310fe2efb027ad4e4cb4f Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Mon, 8 Dec 2008 13:11:28 -0700 Subject: Added more of my notes to TODO --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 3a58d7199..4a51676b8 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,14 @@ API chages before January 2009 simi-freeze: uses_backend attribute is sets the Command.backend attribute like this: self.backend = self.Backend[self.uses_backend] + * Finish methods on Plugin base class for calling external commands via + subprocess. + + * Probably renamed ipa_server package to ipaserver. + + * Add special logging methods to Plugin baseclass for authorization events + (escalation, de-escalation, and denial). + CLI - Prompt for password using getpass -- cgit