summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-12-08 13:11:28 -0700
committerJason Gerard DeRose <jderose@redhat.com>2008-12-08 13:11:28 -0700
commit9862cc404bcfe494d57310fe2efb027ad4e4cb4f (patch)
tree03eade432c1164de59dfbb507af9c1ee8903d004 /TODO
parent8a2902a2a240108e16561679e01f52b362097b3a (diff)
downloadfreeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.tar.gz
freeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.tar.xz
freeipa-9862cc404bcfe494d57310fe2efb027ad4e4cb4f.zip
Added more of my notes to TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a58d719..4a51676b 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